Searched refs:wp_options (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 199 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 201 if (wp_options) { in IOHandlerInputComplete() 223 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument 404 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local 406 if (wp_options == nullptr) in DoExecute() 418 wp_options, m_options.m_one_liner.c_str()); in DoExecute() 428 wp_options, oneliner.c_str()); in DoExecute() 436 SetWatchpointCommandCallback(wp_options, in DoExecute() 577 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local 578 if (wp_options) { in DoExecute() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 121 auto *wp_options = in IOHandlerInputComplete() local 123 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete() 334 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument 337 io_handler_sp->SetUserData(wp_options); in CollectDataForWatchpointCommandCallback() 371 WatchpointOptions *wp_options, const char *command_body_text) { in SetWatchpointCommandCallback() argument 372 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback() 376 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument 385 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
|
| H A D | ScriptInterpreterLua.h | 87 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 93 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, 108 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 371 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 410 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 253 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 275 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
|
| H A D | ScriptInterpreterPython.cpp | 539 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 548 wp_options->SetCallback( in IOHandlerInputComplete() 1148 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument 1151 " ", *this, wp_options); in CollectDataForWatchpointCommandCallback() 1244 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback() argument 1259 wp_options->SetCallback( in SetWatchpointCommandCallback()
|