Home
last modified time | relevance | path

Searched defs:ICpuSupportingGdb (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithHooks.cs18 void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in AddHook()
19 void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in RemoveHook()
DICpuSupportingGdb.cs11 public interface ICpuSupportingGdb : ICPUWithHooks, ICPUWithRegisters interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs95 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook()
104 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1176 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook()
1190 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook()
2473 public void AddCallback(Action<ICpuSupportingGdb, ulong> action) in AddCallback()
2478 public bool RemoveCallback(Action<ICpuSupportingGdb, ulong> action) in RemoveCallback()