Exemplo n.º 1
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <remarks>
 /// The registers are accessed through the Targets' VirualMachine
 /// property.
 /// </remarks>
 /// <param name="target">PicoTarget object</param>
 public PicoRegisters(PicoTarget target)
 {
     Target = target;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <remarks>
 /// The memory is accessed through the Targets' VirualMachine
 /// property.
 /// </remarks>
 /// <param name="target">PicoTarget object</param>
 public PicoMemory(PicoTarget target)
 {
     Target = target;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <remarks>
 /// The memory is accessed through the Targets' VirualMachine
 /// property.
 /// </remarks>
 /// <param name="target">PicoTarget object</param>
 public PicoMemory(PicoTarget target)
 {
     Target = target;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <param name="target">PicoTarget object</param>
 public PicoBreakpointChecker(PicoTarget target)
 {
     Target = target;
 }
Exemplo n.º 5
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <remarks>
 /// The registers are accessed through the Targets' VirualMachine
 /// property.
 /// </remarks>
 /// <param name="target">PicoTarget object</param>
 public PicoRegisters(PicoTarget target)
 {
     Target = target;
 }
Exemplo n.º 6
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <param name="target">PicoTarget object</param>
 public PicoBreakpointChecker(PicoTarget target)
 {
     Target = target;
 }