Beispiel #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;
 }
Beispiel #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;
 }
Beispiel #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;
 }
Beispiel #4
0
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <param name="target">PicoTarget object</param>
 public PicoBreakpointChecker(PicoTarget target)
 {
     Target = target;
 }
Beispiel #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;
 }
 /// <summary>
 /// Creates object using the specified PicoTarget.
 /// </summary>
 /// <param name="target">PicoTarget object</param>
 public PicoBreakpointChecker(PicoTarget target)
 {
     Target = target;
 }