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

Function BNDebuggerSetRequestTerminalEmulator

core/ffi.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719
720
721void BNDebuggerSetRequestTerminalEmulator(BNDebuggerController* controller, bool requestEmulator)
722{
723 controller->object->GetState()->SetRequestTerminalEmulator(requestEmulator);
724}
725
726
727void BNDebuggerSetCommandLineArguments(BNDebuggerController* controller, const char* args)

Callers 1

Calls 2

GetStateMethod · 0.80

Tested by

no test coverage detected