MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / dump_useful_thread_info

Function dump_useful_thread_info

rpcs3/util/Thread.cpp:134–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::string dump_useful_thread_info()
135{
136 std::string result;
137
138 if (auto cpu = get_current_cpu_thread())
139 {
140 fmt::append(result, "%s", cpu_threads_emulation_info_dump_t{cpu->id});
141 }
142
143 return result;
144}
145
146bool is_debugger_present()
147{

Callers 6

handle_access_violationFunction · 0.85
exception_handlerFunction · 0.85
signal_handlerFunction · 0.85
sigill_handlerFunction · 0.85
emergency_exitMethod · 0.85
sys_tty_writeFunction · 0.85

Calls 2

get_current_cpu_threadFunction · 0.85
appendFunction · 0.85

Tested by

no test coverage detected