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

Function BNDebuggerSetPIDAttach

core/ffi.cpp:697–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695
696
697void BNDebuggerSetPIDAttach(BNDebuggerController* controller, int32_t pid)
698{
699 controller->object->GetState()->SetPIDAttach(pid);
700}
701
702
703void BNDebuggerSetInputFile(BNDebuggerController* controller, const char* path)

Callers 1

SetPIDAttachMethod · 0.85

Calls 2

GetStateMethod · 0.80
SetPIDAttachMethod · 0.45

Tested by

no test coverage detected