Searched refs:stop_others (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h21 ThreadPlanRunToAddress(Thread &thread, Address &address, bool stop_others);
24 bool stop_others);
28 bool stop_others);
H A DThreadPlanStepUntil.h34 size_t num_addresses, bool stop_others,
57 bool stop_others, uint32_t frame_idx, Status &status);
H A DThreadPlanStepThrough.h35 bool stop_others);
45 bool stop_others, Status &status);
H A DThreadPlanStepOverRange.h24 lldb::RunMode stop_others,
H A DThreadPlanStepInstruction.h20 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,
H A DThreadPlanStepOut.h21 bool first_insn, bool stop_others, Vote report_stop_vote,
79 bool stop_others, Vote report_stop_vote, Vote report_run_vote,
H A DThreadPlanStepRange.h25 lldb::RunMode stop_others,
H A DThreadPlanStepInRange.h25 const char *step_into_target, lldb::RunMode stop_others,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h42 bool stop_others) override;
H A DDynamicLoaderStatic.cpp136 bool stop_others) {
135 GetStepThroughTrampolinePlan(Thread &thread, bool stop_others) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp34 const SymbolContext &addr_context, lldb::RunMode stop_others,
38 addr_context, stop_others),
141 bool stop_others = (m_stop_others == lldb::eOnlyThisThread); local
156 stop_others, m_status);
180 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0,
185 m_stack_id, false, stop_others, m_status);
205 stop_others, m_status);
32 ThreadPlanStepOverRange( Thread &thread, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_others, LazyBool step_out_avoids_code_without_debug_info) argument
H A DThreadPlanRunToAddress.cpp24 bool stop_others)
27 m_stop_others(stop_others), m_addresses(), m_break_ids() {
35 bool stop_others)
38 m_stop_others(stop_others), m_addresses(), m_break_ids() {
46 bool stop_others)
49 m_stop_others(stop_others), m_addresses(addresses), m_break_ids() {
23 ThreadPlanRunToAddress(Thread &thread, Address &address, bool stop_others) argument
33 ThreadPlanRunToAddress(Thread &thread, lldb::addr_t address, bool stop_others) argument
44 ThreadPlanRunToAddress( Thread &thread, const std::vector<lldb::addr_t> &addresses, bool stop_others) argument
H A DThreadPlanStepInRange.cpp38 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info,
42 stop_others),
163 bool stop_others = (m_stop_others == lldb::eOnlyThisThread); local
178 m_stack_id, false, stop_others, m_status);
222 m_stack_id, false, stop_others, m_status);
35 ThreadPlanStepInRange( Thread &thread, const AddressRange &range, const SymbolContext &addr_context, const char *step_into_target, lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, LazyBool step_out_avoids_code_without_debug_info) argument
H A DThreadPlanStepInstruction.cpp199 const bool stop_others = false; local
201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0,
H A DThreadPlanShouldStopHere.cpp97 const bool stop_others = false; local
139 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion,
H A DThreadPlanStepThrough.cpp29 bool stop_others)
35 m_stop_others(stop_others) {
27 ThreadPlanStepThrough(Thread &thread, StackID &m_stack_id, bool stop_others) argument
H A DThreadPlanStepOut.cpp36 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others,
44 m_return_addr(LLDB_INVALID_ADDRESS), m_stop_others(stop_others),
87 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion,
35 ThreadPlanStepOut( Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, LazyBool step_out_avoids_code_without_debug_info, bool continue_to_next_branch, bool gather_return_value) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h72 /// \param[in] stop_others
78 bool stop_others) override;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h63 void SetStopOthers(bool stop_others = true);
H A DSBThreadPlan.h87 void SetStopOthers(bool stop_others);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h41 bool stop_others) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h81 bool stop_others) override;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp199 void SBThreadPlan::SetStopOthers(bool stop_others) { argument
200 LLDB_INSTRUMENT_VA(this, stop_others);
204 thread_plan_sp->SetStopOthers(stop_others);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h47 bool stop_others) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h72 bool stop_others) override;

Completed in 269 milliseconds

12