Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp199 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
213 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
223 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
404 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
577 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp121 auto *wp_options = in IOHandlerInputComplete() local
334 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
371 WatchpointOptions *wp_options, const char *command_body_text) { in SetWatchpointCommandCallback()
376 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp543 WatchpointOptions *wp_options = in IOHandlerInputComplete() local
1152 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
1248 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h414 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()