Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/
Djs_breakpoint_in_different_branch.h80 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_multiple_breakpoint_in_function_test.h110 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_breakpoint_cannot_hit_test.h82 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_multiple_common_breakpoint_test.h102 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_stepover_test.h89 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepout_test.h83 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_special_location_breakpoint_test.h117 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_watch_closure_variable_test.h83 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_stepout_before_function_test.h89 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepout_async_test.h83 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepinto_async_test.h113 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_smart_stepInto_test.h83 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepout_arrow_test.h99 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepinto_and_stepout_test.h112 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepinto_test.h110 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepinto_arrow_test.h120 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.cpp215 auto hitBreakpoints = state_.GetBreakpointsByLocation(location); in OnSingleStep() local
231 …eThread::Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> &hitBreakpoin… in Suspend()
Dthread_state.cpp29 std::vector<BreakpointId> hitBreakpoints; in GetBreakpointsByLocation() local
Dinspector_server.cpp86 …InspectorServer::CallDebuggerPaused(PtThread thread, const std::vector<BreakpointId> &hitBreakpoin… in CallDebuggerPaused()
632 const std::vector<BreakpointId> &hitBreakpoints) in AddHitBreakpoints()
Dinspector.cpp494const 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.cpp313 std::vector<std::string> hitBreakpoints; in NotifyPaused() local
348 std::vector<std::string> &hitBreakpoints, in GeneratePausedInfo()