Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DOsSymbolHook.cs23 … 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/
DCoSimulatedRiscV32.cs97 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook()
102 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook()