Searched defs:breakOnStart (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | init.cpp | 46 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger() 78 extern "C" bool StartDebuggerForSocketpair(int socketfd, bool breakOnStart) in StartDebuggerForSocketpair()
|
| D | inspector.cpp | 43 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
|
| /arkcompiler/toolchain/tooling/static/ |
| D | init.cpp | 45 int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger() 60 void InitializeInspector(std::shared_ptr<void> endPoint, bool breakOnStart) in InitializeInspector()
|
| D | inspector.cpp | 43 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
|
| /arkcompiler/toolchain/inspector/ |
| D | init_static.cpp | 107 bool StartDebuggerForStatic(std::shared_ptr<void> endpoint, bool breakOnStart) in StartDebuggerForStatic() 120 int StartDebuggerInitForStatic(uint32_t port, bool breakOnStart) in StartDebuggerInitForStatic()
|
| D | inspector.cpp | 488 int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | default_debugger_agent.cpp | 54 bool breakOnStart = Runtime::GetOptions().IsDebuggerBreakOnStart(); in CallLoadCallback() local
|