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.cpp191 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
193 if (wp_options) { in IOHandlerInputComplete()
200 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in IOHandlerInputComplete()
205 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback() argument
210 wp_options); // Baton for the "io_handler" that will be passed back into in CollectDataForWatchpointCommandCallback()
215 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
230 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
393 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
395 if (wp_options == nullptr) in DoExecute()
407 wp_options, m_options.m_one_liner.c_str(), in DoExecute()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp130 auto *wp_options = in IOHandlerInputComplete() local
132 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
348 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument
351 io_handler_sp->SetUserData(wp_options); in CollectDataForWatchpointCommandCallback()
386 WatchpointOptions *wp_options, const char *command_body_text, in SetWatchpointCommandCallback() argument
388 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()
392 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument
401 wp_options->SetCallback(ScriptInterpreterLua::WatchpointCallbackFunction, in RegisterWatchpointCallback()
H A DScriptInterpreterLua.h88 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
95 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
111 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h302 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
336 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h261 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
285 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
H A DScriptInterpreterPython.cpp541 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
551 wp_options->SetCallback( in IOHandlerInputComplete()
1146 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument
1149 " ", *this, wp_options); in CollectDataForWatchpointCommandCallback()
1246 WatchpointOptions *wp_options, const char *user_input, bool is_callback) { in SetWatchpointCommandCallback() argument
1261 wp_options->SetCallback( in SetWatchpointCommandCallback()