MCPcopy Create free account
hub / github.com/SamoZ256/hydra / UnregisterGuestThreadForThisThread

Method UnregisterGuestThreadForThisThread

src/core/debugger/debugger.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void Debugger::UnregisterGuestThreadForThisThread() {
72 GET_THIS_THREAD();
73 thread.guest_thread = nullptr;
74}
75
76void Debugger::ActivateGdbServer(System& system) {
77 gdb_server = new GdbServer(system, *this);

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected