| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 123 BreakpointOptions::BreakpointOptions(bool all_flags_set) in BreakpointOptions() function in BreakpointOptions 133 BreakpointOptions::BreakpointOptions(const char *condition, bool enabled, in BreakpointOptions() function in BreakpointOptions 149 BreakpointOptions::BreakpointOptions(const BreakpointOptions &rhs) in BreakpointOptions() function in BreakpointOptions 163 const BreakpointOptions &BreakpointOptions:: 164 operator=(const BreakpointOptions &rhs) { in operator =() 181 void BreakpointOptions::CopyOverSetOptions(const BreakpointOptions &incoming) in CopyOverSetOptions() 235 BreakpointOptions::~BreakpointOptions() = default; 237 std::unique_ptr<BreakpointOptions> BreakpointOptions::CreateFromStructuredData( in CreateFromStructuredData() 422 void BreakpointOptions::SetCallback( in SetCallback() 522 void BreakpointOptions::SetThreadSpec( in SetThreadSpec() [all …]
|
| H A D | BreakpointLocation.cpp | 55 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() 373 BreakpointOptions &BreakpointLocation::GetLocationOptions() { in GetLocationOptions() 378 m_options_up = std::make_unique<BreakpointOptions>(false); in GetLocationOptions() [all …]
|
| H A D | Breakpoint.cpp | 122 breakpoint_contents_sp->AddItem(BreakpointOptions::GetSerializationKey(), in SerializeToStructuredData() 179 std::unique_ptr<BreakpointOptions> options_up; in CreateFromStructuredData() 183 BreakpointOptions::GetSerializationKey(), options_dict); in CreateFromStructuredData() 185 options_up = BreakpointOptions::CreateFromStructuredData( in CreateFromStructuredData() 437 BreakpointOptions &Breakpoint::GetOptions() { return m_options; } in GetOptions() 439 const BreakpointOptions &Breakpoint::GetOptions() const { return m_options; } in GetOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointOptions.h | 27 class BreakpointOptions { 116 BreakpointOptions(const char *condition, bool enabled = true, 122 BreakpointOptions(bool all_flags_set); 123 BreakpointOptions(const BreakpointOptions &rhs); 125 virtual ~BreakpointOptions(); 127 static std::unique_ptr<BreakpointOptions> 137 const BreakpointOptions &operator=(const BreakpointOptions &rhs); 140 void CopyOverSetOptions(const BreakpointOptions &rhs); 189 const BreakpointOptions::CommandBatonSP &command_baton_sp,
|
| H A D | BreakpointName.h | 146 BreakpointOptions &options, 163 BreakpointOptions &GetOptions() { return m_options; } in GetOptions() 164 const BreakpointOptions &GetOptions() const { return m_options; } in GetOptions() 166 void SetOptions(const BreakpointOptions &options) { in SetOptions() 201 BreakpointOptions m_options;
|
| H A D | BreakpointLocation.h | 206 BreakpointOptions &GetLocationOptions(); 217 const BreakpointOptions & 218 GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) const; 343 std::unique_ptr<BreakpointOptions> m_options_up; ///< Breakpoint options
|
| H A D | Breakpoint.h | 485 BreakpointOptions &GetOptions(); 493 const BreakpointOptions &GetOptions() const; 643 BreakpointOptions m_options; // Settable breakpoint options
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.h | 24 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, 97 BreakpointOptions &bp_options, const char *function_name, 104 Status RegisterBreakpointCallback(BreakpointOptions &bp_options,
|
| H A D | ScriptInterpreterLua.cpp | 110 static_cast<std::vector<std::reference_wrapper<BreakpointOptions>> *>( in IOHandlerInputComplete() 112 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete() 320 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() 337 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction() 346 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback() 351 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback() 359 std::make_shared<BreakpointOptions::CommandBaton>(std::move(data_up)); in RegisterBreakpointCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 33 class CommandDataPython : public BreakpointOptions::CommandData { 35 CommandDataPython() : BreakpointOptions::CommandData() { in CommandDataPython() 39 BreakpointOptions::CommandData(), in CommandDataPython()
|
| H A D | ScriptInterpreterPythonImpl.h | 248 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, 256 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, 260 BreakpointOptions &bp_options, const char *function_name, 265 BreakpointOptions &bp_options, 266 std::unique_ptr<BreakpointOptions::CommandData> &data_up) override; 268 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
|
| H A D | ScriptInterpreterPython.cpp | 638 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete() 639 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete() 641 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete() 653 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( in IOHandlerInputComplete() 1252 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() 1267 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction() 1309 BreakpointOptions &bp_options, in SetBreakpointCommandCallback() 1310 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback() 1326 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback() 1332 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpointCommand.cpp | 248 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete() 249 (std::vector<std::reference_wrapper<BreakpointOptions>> *) in IOHandlerInputComplete() 251 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete() 252 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in IOHandlerInputComplete() 259 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() 270 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback() 272 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback() 273 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in SetBreakpointCommandCallback() 453 std::vector<std::reference_wrapper<BreakpointOptions>> 669 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 71 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue() 148 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in OptionParsingFinished() 159 const BreakpointOptions &GetBreakpointOptions() { return m_bp_opts; } in GetBreakpointOptions() 162 BreakpointOptions m_bp_opts;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 37 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() 98 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback() 101 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback() 110 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallbackFunction() 113 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 364 std::vector<std::reference_wrapper<BreakpointOptions>> &options, 373 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, 376 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() 385 BreakpointOptions &bp_options, in SetBreakpointCommandCallback() 386 std::unique_ptr<BreakpointOptions::CommandData> &data_up) { in SetBreakpointCommandCallback() 393 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, 398 SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, in SetBreakpointCommandCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 230 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction() 257 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody() 283 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() 284 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
|
| H A D | SBBreakpointName.cpp | 486 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() 487 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands() 594 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction() 620 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody()
|
| H A D | SBBreakpoint.cpp | 506 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() 507 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands() 639 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction() 664 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 40 class BreakpointOptions; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 731 const BreakpointOptions &options,
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 97 SRCS+= Breakpoint/BreakpointOptions.cpp
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 738 BreakpointName &bp_name, const BreakpointOptions &new_options, in ConfigureBreakpointName()
|