Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp191 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
205 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
215 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
393 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
540 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp130 auto *wp_options = in IOHandlerInputComplete() local
348 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
386 WatchpointOptions *wp_options, const char *command_body_text, in SetWatchpointCommandCallback()
392 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp541 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
1146 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
1246 WatchpointOptions *wp_options, const char *user_input, bool is_callback) { in SetWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h336 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()