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

Method SuspendThread

core/adapters/dbgengadapter.cpp:768–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766
767
768bool DbgEngAdapter::SuspendThread(std::uint32_t tid)
769{
770 std::string suspendCmd = fmt::format("~{}f", tid);
771 InvokeBackendCommand(suspendCmd);
772 return true;
773}
774
775bool DbgEngAdapter::ResumeThread(std::uint32_t tid)
776{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected