Searched refs:wp_options (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 238 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback() 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() 437 SetWatchpointCommandCallback(wp_options, in DoExecute() 575 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local 576 if (wp_options) { in DoExecute() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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() 335 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument 338 io_handler_sp->SetUserData(wp_options); in CollectDataForWatchpointCommandCallback() 373 WatchpointOptions *wp_options, const char *command_body_text, in SetWatchpointCommandCallback() argument 375 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback() 379 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument 388 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
|
| H A D | ScriptInterpreterLua.h | 87 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 94 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, 110 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 358 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 398 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 253 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 277 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
|
| H A D | ScriptInterpreterPython.cpp | 555 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 565 wp_options->SetCallback( in IOHandlerInputComplete() 1161 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument 1164 " ", *this, wp_options); in CollectDataForWatchpointCommandCallback() 1261 WatchpointOptions *wp_options, const char *user_input, in SetWatchpointCommandCallback() argument 1277 wp_options->SetCallback( in SetWatchpointCommandCallback()
|