Home
last modified time | relevance | path

Searched defs:breakOnStart (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinit.cpp46 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
Dinspector.cpp36 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
/arkcompiler/runtime_core/static_core/runtime/
Ddefault_debugger_agent.cpp54 bool breakOnStart = Runtime::GetOptions().IsDebuggerBreakOnStart(); in CallLoadCallback() local