Searched defs:ICpuSupportingGdb (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/Plugins/ |
D | OsSymbolHook.cs | 23 … public static void Enable(ICPU cpu, string hookSymbol, Action<ICpuSupportingGdb, ulong> hook) in Enable() 55 …igureHook(ICPUWithHooks cpu, IMachine machine, string hookName, Action<ICpuSupportingGdb, ulong> h… in ConfigureHook()
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedRiscV32.cs | 97 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook() 102 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook()
|