Home
last modified time | relevance | path

Searched defs:wp_options (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp229 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
243 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
253 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
434 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
607 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp121 auto *wp_options = in IOHandlerInputComplete() local
329 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
366 WatchpointOptions *wp_options, const char *command_body_text) { in SetWatchpointCommandCallback()
371 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp668 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
1260 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
1356 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h407 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()