Home
last modified time | relevance | path

Searched refs:wp_options (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp187 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 DScriptInterpreterLua.cpp121 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 DScriptInterpreterLua.h87 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 DScriptInterpreterPythonImpl.h255 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
279 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
H A DScriptInterpreterPython.cpp560 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 DScriptInterpreter.h316 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
356 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument