Home
last modified time | relevance | path

Searched refs:BreakpointOptions (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp113 BreakpointOptions::BreakpointOptions(bool all_flags_set) in BreakpointOptions() function in BreakpointOptions
123 BreakpointOptions::BreakpointOptions(const char *condition, bool enabled, in BreakpointOptions() function in BreakpointOptions
137 BreakpointOptions::BreakpointOptions(const BreakpointOptions &rhs) in BreakpointOptions() function in BreakpointOptions
151 const BreakpointOptions &BreakpointOptions::
152 operator=(const BreakpointOptions &rhs) { in operator =()
170 void BreakpointOptions::CopyOverSetOptions(const BreakpointOptions &incoming) in CopyOverSetOptions()
224 BreakpointOptions::~BreakpointOptions() = default;
226 std::unique_ptr<BreakpointOptions> BreakpointOptions::CreateFromStructuredData( in CreateFromStructuredData()
411 void BreakpointOptions::SetCallback( in SetCallback()
511 void BreakpointOptions::SetThreadSpec( in SetThreadSpec()
[all …]
H A DBreakpointLocation.cpp55 const BreakpointOptions &BreakpointLocation::GetOptionsSpecifyingKind( in GetOptionsSpecifyingKind()
56 BreakpointOptions::OptionKind kind) const { in GetOptionsSpecifyingKind()
91 m_options_up->IsOptionSet(BreakpointOptions::eAutoContinue)) in IsAutoContinue()
116 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
138 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
160 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
182 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
230 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
374 BreakpointOptions &BreakpointLocation::GetLocationOptions() { in GetLocationOptions()
379 m_options_up = std::make_unique<BreakpointOptions>(false); in GetLocationOptions()
[all …]
H A DBreakpoint.cpp118 breakpoint_contents_sp->AddItem(BreakpointOptions::GetSerializationKey(), in SerializeToStructuredData()
175 std::unique_ptr<BreakpointOptions> options_up; in CreateFromStructuredData()
179 BreakpointOptions::GetSerializationKey(), options_dict); in CreateFromStructuredData()
181 options_up = BreakpointOptions::CreateFromStructuredData( in CreateFromStructuredData()
436 BreakpointOptions &Breakpoint::GetOptions() { return m_options; } in GetOptions()
438 const BreakpointOptions &Breakpoint::GetOptions() const { return m_options; } in GetOptions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h27 class BreakpointOptions {
115 BreakpointOptions(const char *condition, bool enabled = true,
121 BreakpointOptions(bool all_flags_set);
122 BreakpointOptions(const BreakpointOptions &rhs);
124 virtual ~BreakpointOptions();
126 static std::unique_ptr<BreakpointOptions>
136 const BreakpointOptions &operator=(const BreakpointOptions &rhs);
139 void CopyOverSetOptions(const BreakpointOptions &rhs);
188 const BreakpointOptions::CommandBatonSP &command_baton_sp,
H A DBreakpointLocation.h209 BreakpointOptions &GetLocationOptions();
220 const BreakpointOptions &
221 GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) const;
346 std::unique_ptr<BreakpointOptions> m_options_up; ///< Breakpoint options
H A DBreakpointName.h151 BreakpointOptions &GetOptions() { return m_options; } in GetOptions()
152 const BreakpointOptions &GetOptions() const { return m_options; } in GetOptions()
154 void SetOptions(const BreakpointOptions &options) { in SetOptions()
189 BreakpointOptions m_options;
H A DBreakpoint.h495 BreakpointOptions &GetOptions();
503 const BreakpointOptions &GetOptions() const;
658 BreakpointOptions m_options; // Settable breakpoint options
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h24 class CommandDataLua : public BreakpointOptions::CommandData {
26 CommandDataLua() : BreakpointOptions::CommandData() { in CommandDataLua()
30 : BreakpointOptions::CommandData(), m_extra_args_sp(extra_args_sp) { in CommandDataLua()
83 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
90 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
99 BreakpointOptions &bp_options, const char *function_name,
106 Status RegisterBreakpointCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterLua.cpp110 static_cast<std::vector<std::reference_wrapper<BreakpointOptions>> *>( in IOHandlerInputComplete()
112 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
326 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
343 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
352 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
358 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback()
366 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in RegisterBreakpointCallback()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp219 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete()
220 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete()
222 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
223 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in IOHandlerInputComplete()
230 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
241 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback()
243 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback()
244 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in SetBreakpointCommandCallback()
422 std::vector<std::reference_wrapper<BreakpointOptions>>
636 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()
H A DCommandObjectBreakpoint.cpp73 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()
162 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in OptionParsingFinished()
173 const BreakpointOptions &GetBreakpointOptions() { return m_bp_opts; } in GetBreakpointOptions()
176 BreakpointOptions m_bp_opts;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h31 class CommandDataPython : public BreakpointOptions::CommandData {
33 CommandDataPython() : BreakpointOptions::CommandData() { in CommandDataPython()
37 : BreakpointOptions::CommandData(), in CommandDataPython()
H A DScriptInterpreterPythonImpl.h249 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
257 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
262 BreakpointOptions &bp_options, const char *function_name,
267 BreakpointOptions &bp_options,
268 std::unique_ptr<BreakpointOptions::CommandData> &data_up) override;
270 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterPython.cpp524 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete()
525 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete()
527 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
540 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete()
1153 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
1168 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1210 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1211 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback()
1228 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1236 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp35 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback()
124 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback()
127 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback()
137 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallbackFunction()
140 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h354 std::vector<std::reference_wrapper<BreakpointOptions>> &options,
363 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
366 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
376 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
377 std::unique_ptr<BreakpointOptions::CommandData> &data_up) { in SetBreakpointCommandCallback()
384 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
389 SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, in SetBreakpointCommandCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp233 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction()
259 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody()
285 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands()
286 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
H A DSBBreakpointName.cpp472 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands()
473 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
572 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction()
597 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody()
H A DSBBreakpoint.cpp490 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands()
491 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
616 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction()
640 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h38 class BreakpointOptions; variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h780 const BreakpointOptions &options,
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile102 SRCS+= Breakpoint/BreakpointOptions.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp801 BreakpointName &bp_name, const BreakpointOptions &new_options, in ConfigureBreakpointName()