Searched refs:wp_options (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpointCommand.cpp | 187 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 189 if (wp_options) { in IOHandlerInputComplete() 196 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete() 201 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument 206 wp_options); // Baton for the "io_handler" that will be passed back into in CollectDataForWatchpointCommandCallback() 211 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument 226 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback() 392 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local 394 if (wp_options == nullptr) in DoExecute() 406 wp_options, m_options.m_one_liner.c_str(), in DoExecute() [all …]
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 255 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 279 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
|
H A D | ScriptInterpreterPython.cpp | 560 WatchpointOptions *wp_options = in IOHandlerInputComplete() local 570 wp_options->SetCallback( in IOHandlerInputComplete() 1166 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument 1169 " ", *this, wp_options); in CollectDataForWatchpointCommandCallback() 1266 WatchpointOptions *wp_options, const char *user_input, in SetWatchpointCommandCallback() argument 1282 wp_options->SetCallback( in SetWatchpointCommandCallback()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 316 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, 356 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
|