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.cpp187 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
201 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
211 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
392 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
539 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp121 auto *wp_options = in IOHandlerInputComplete() local
335 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback() argument
373 WatchpointOptions *wp_options, const char *command_body_text, in SetWatchpointCommandCallback() argument
379 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp560 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
1166 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
1266 WatchpointOptions *wp_options, const char *user_input, in SetWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h356 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()