Home
last modified time | relevance | path

Searched refs:GetThreadBySessionId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp228 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerContinueToLocation()
291 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerPause()
301 handler(sessionManager_.GetThreadBySessionId(sessionId), *breakpointId); in OnCallDebuggerRemoveBreakpoint()
313 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerRestartFrame()
331 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerResume()
349 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetBreakpoint()
396 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetBreakpointByUrl()
424 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetBreakpointsActive()
436 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerSetPauseOnExceptions()
466 auto thread = sessionManager_.GetThreadBySessionId(sessionId); in OnCallDebuggerStepInto()
[all …]
Dsession_manager.h34 [[nodiscard]] PtThread GetThreadBySessionId(const std::string &id) const;
Dsession_manager.cpp47 PtThread SessionManager::GetThreadBySessionId(const std::string &id) const in GetThreadBySessionId() function in ark::tooling::inspector::SessionManager
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dsession_manager.cpp80 auto test = sm_.GetThreadBySessionId(id); in TEST_F()
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md207 InspectorServer->>+SessionManager: GetThreadBySessionId()