MCPcopy Create free account
hub / github.com/Vector35/debugger / ResumeThread

Method ResumeThread

core/adapters/dbgengadapter.cpp:775–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775bool DbgEngAdapter::ResumeThread(std::uint32_t tid)
776{
777 std::string resumeCmd = fmt::format("~{}u", tid);
778 InvokeBackendCommand(resumeCmd);
779 return true;
780}
781
782
783DebugBreakpoint DbgEngAdapter::AddBreakpoint(const std::uintptr_t address, unsigned long breakpoint_flags)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected