Ejemplo n.º 1
0
 public pcDeck(slice <System.UIntPtr> pcs = default, slice <runtime.Frame> frames = default, symbolizeFlag symbolizeResult = default)
 {
     this.pcs             = pcs;
     this.frames          = frames;
     this.symbolizeResult = symbolizeResult;
 }
Ejemplo n.º 2
0
 public memMap(System.UIntPtr start = default, System.UIntPtr end = default, ulong offset = default, @string file = default, @string buildID = default, symbolizeFlag funcs = default, bool fake = default)
 {
     this.start   = start;
     this.end     = end;
     this.offset  = offset;
     this.file    = file;
     this.buildID = buildID;
     this.funcs   = funcs;
     this.fake    = fake;
 }