Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void Debugger::UnregisterGuestThreadForThisThread() {
72
GET_THIS_THREAD();
73
thread.guest_thread = nullptr;
74
}
75
76
void Debugger::ActivateGdbServer(System& system) {
77
gdb_server = new GdbServer(system, *this);
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected