Home
last modified time | relevance | path

Searched refs:WatchpointOptions (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp22 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
29 WatchpointOptions::WatchpointOptions() in WatchpointOptions() function in WatchpointOptions
30 : m_callback(WatchpointOptions::NullCallback) {} in WatchpointOptions()
33 WatchpointOptions::WatchpointOptions(const WatchpointOptions &rhs) in WatchpointOptions() function in WatchpointOptions
41 const WatchpointOptions &WatchpointOptions::
42 operator=(const WatchpointOptions &rhs) { in operator =()
51 WatchpointOptions *
52 WatchpointOptions::CopyOptionsNoCallback(WatchpointOptions &orig) { in CopyOptionsNoCallback()
58 WatchpointOptions *ret_val = new WatchpointOptions(orig); in CopyOptionsNoCallback()
66 WatchpointOptions::~WatchpointOptions() = default;
[all …]
H A DCMakeLists.txt25 WatchpointOptions.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h25 class WatchpointOptions {
30 WatchpointOptions();
31 WatchpointOptions(const WatchpointOptions &rhs);
33 static WatchpointOptions *CopyOptionsNoCallback(WatchpointOptions &rhs);
45 WatchpointOptions(WatchpointHitCallback callback, void *baton,
48 virtual ~WatchpointOptions();
51 const WatchpointOptions &operator=(const WatchpointOptions &rhs);
H A DWatchpoint.h104 WatchpointOptions *GetOptions() { return &m_options; } in GetOptions()
196 WatchpointOptions
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp199 WatchpointOptions *wp_options = in IOHandlerInputComplete()
200 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
202 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete()
203 new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
206 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( in IOHandlerInputComplete()
213 void CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
223 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
225 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback()
226 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
237 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h87 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
93 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
108 Status RegisterWatchpointCallback(WatchpointOptions *wp_options,
H A DScriptInterpreterLua.cpp122 static_cast<WatchpointOptions *>(io_handler.GetUserData()); in IOHandlerInputComplete()
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()
379 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in RegisterWatchpointCallback()
384 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in RegisterWatchpointCallback()
/openbsd-src/gnu/usr.bin/clang/liblldbBreakpoint/
H A DMakefile32 WatchpointOptions.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn38 "WatchpointOptions.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp543 WatchpointOptions *wp_options = in IOHandlerInputComplete()
544 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
545 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in IOHandlerInputComplete()
551 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in IOHandlerInputComplete()
1152 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
1248 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback()
1249 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in SetWatchpointCommandCallback()
1262 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_up)); in SetWatchpointCommandCallback()
2145 WatchpointOptions::CommandData *wp_option_data = in WatchpointCallbackFunction()
2146 (WatchpointOptions::CommandData *)baton; in WatchpointCallbackFunction()
H A DScriptInterpreterPythonImpl.h256 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
278 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h375 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
414 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp47 WatchpointOptions *bp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h286 class WatchpointOptions; variable
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3661 lldb/include/lldb/Breakpoint/WatchpointOptions.h