Home
last modified time | relevance | path

Searched defs:hitBreakpoints (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.cpp172 auto hitBreakpoints = state_.GetBreakpointsByLocation(location); in OnSingleStep() local
188 …eThread::Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> &hitBreakpoin… in Suspend()
Dthread_state.cpp21 std::vector<BreakpointId> hitBreakpoints; in GetBreakpointsByLocation() local
Dinspector_server.cpp86 …InspectorServer::CallDebuggerPaused(PtThread thread, const std::vector<BreakpointId> &hitBreakpoin… in CallDebuggerPaused()
579 const std::vector<BreakpointId> &hitBreakpoints) in AddHitBreakpoints()
Dinspector.cpp354const std::vector<BreakpointId> &hitBreakpoints, ObjectHeader *exception) in DebuggableThreadPostSuspend()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h194 Paused &SetHitBreakpoints(std::vector<BreakpointId> hitBreakpoints) in SetHitBreakpoints()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp226 std::vector<std::string> hitBreakpoints; in NotifyPaused() local