Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinit.cpp46 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
78 extern "C" bool StartDebuggerForSocketpair(int socketfd, bool breakOnStart) in StartDebuggerForSocketpair()
Dinspector.cpp43 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
/arkcompiler/toolchain/tooling/static/
Dinit.cpp45 int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
60 void InitializeInspector(std::shared_ptr<void> endPoint, bool breakOnStart) in InitializeInspector()
Dinspector.cpp43 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
/arkcompiler/toolchain/inspector/
Dinit_static.cpp107 bool StartDebuggerForStatic(std::shared_ptr<void> endpoint, bool breakOnStart) in StartDebuggerForStatic()
120 int StartDebuggerInitForStatic(uint32_t port, bool breakOnStart) in StartDebuggerInitForStatic()
Dinspector.cpp488 int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
/arkcompiler/runtime_core/static_core/runtime/
Ddefault_debugger_agent.cpp54 bool breakOnStart = Runtime::GetOptions().IsDebuggerBreakOnStart(); in CallLoadCallback() local