Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_asyn_stack_test.h117 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvAsyncMessageInfo() local
185 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvMultipleAsyncMessageInfo() local
Djs_breakpoint_in_different_branch.h80 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_multiple_breakpoint_in_function_test.h110 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvHitBreakInfo() local
Djs_watch_module_test.h128 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_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_stepinto_async_test.h113 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
Djs_stepout_async_test.h83 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_test.h110 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_arrow_test.h120 std::unique_ptr<PtJson> hitBreakpoints = nullptr; in RecvBreakInfo() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebuggable_thread.cpp207 auto hitBreakpoints = state_.GetBreakpointsByLocation(location); in OnSingleStep() local
223 …eThread::Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> &hitBreakpoin… in Suspend()
Dbreakpoint_storage.cpp116 std::vector<BreakpointId> hitBreakpoints; in GetBreakpointsByLocation() local
/arkcompiler/toolchain/tooling/static/debugger/
Ddebuggable_thread.cpp207 auto hitBreakpoints = state_.GetBreakpointsByLocation(location); in OnSingleStep() local
223 …eThread::Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> &hitBreakpoin… in Suspend()
Dbreakpoint_storage.cpp116 std::vector<BreakpointId> hitBreakpoints; in GetBreakpointsByLocation() local
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp106 …InspectorServer::CallDebuggerPaused(PtThread thread, const std::vector<BreakpointId> &hitBreakpoin… in CallDebuggerPaused()
1065 const std::vector<BreakpointId> &hitBreakpoints) in AddHitBreakpoints()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp106 …InspectorServer::CallDebuggerPaused(PtThread thread, const std::vector<BreakpointId> &hitBreakpoin… in CallDebuggerPaused()
1057 const std::vector<BreakpointId> &hitBreakpoints) in AddHitBreakpoints()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.h221 Paused &SetHitBreakpoints(std::vector<BreakpointId> hitBreakpoints) in SetHitBreakpoints()

12