Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp23 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
32 WatchpointOptions::WatchpointOptions() in WatchpointOptions() function in WatchpointOptions
39 WatchpointOptions::WatchpointOptions(const WatchpointOptions &rhs) in WatchpointOptions() function in WatchpointOptions
50 const WatchpointOptions &WatchpointOptions::
51 operator=(const WatchpointOptions &rhs) { in operator =()
60 WatchpointOptions *
61 WatchpointOptions::CopyOptionsNoCallback(WatchpointOptions &orig) { in CopyOptionsNoCallback()
67 WatchpointOptions *ret_val = new WatchpointOptions(orig); in CopyOptionsNoCallback()
77 WatchpointOptions::~WatchpointOptions() = default;
90 void WatchpointOptions::ClearCallback() { in ClearCallback()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h28 class WatchpointOptions {
37 WatchpointOptions();
38 WatchpointOptions(const WatchpointOptions &rhs);
40 static WatchpointOptions *CopyOptionsNoCallback(WatchpointOptions &rhs);
54 WatchpointOptions(WatchpointHitCallback callback, void *baton,
57 virtual ~WatchpointOptions();
62 const WatchpointOptions &operator=(const WatchpointOptions &rhs);
H A DWatchpoint.h107 WatchpointOptions *GetOptions() { return &m_options; } in GetOptions()
212 WatchpointOptions
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp226 WatchpointOptions *wp_options = in IOHandlerInputComplete()
227 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
229 std::unique_ptr<WatchpointOptions::CommandData> data_ap( in IOHandlerInputComplete()
230 new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
251 void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
253 std::unique_ptr<WatchpointOptions::CommandData> data_ap( in SetWatchpointCommandCallback()
254 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
277 WatchpointOptions::CommandData *data = in WatchpointOptionsCallbackFunction()
278 (WatchpointOptions::CommandData *)baton; in WatchpointOptionsCallbackFunction()
437 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp44 WatchpointOptions *bp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h287 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
321 virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp499 WatchpointOptions *wp_options = in IOHandlerInputComplete()
500 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
501 auto data_ap = llvm::make_unique<WatchpointOptions::CommandData>(); in IOHandlerInputComplete()
507 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_ap)); in IOHandlerInputComplete()
1268 WatchpointOptions *wp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
1324 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback()
1325 auto data_ap = llvm::make_unique<WatchpointOptions::CommandData>(); in SetWatchpointCommandCallback()
1338 std::make_shared<WatchpointOptions::CommandBaton>(std::move(data_ap)); in SetWatchpointCommandCallback()
2295 WatchpointOptions::CommandData *wp_option_data = in WatchpointCallbackFunction()
2296 (WatchpointOptions::CommandData *)baton; in WatchpointCallbackFunction()
H A DScriptInterpreterPython.h393 CollectDataForWatchpointCommandCallback(WatchpointOptions *wp_options,
409 void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h303 class WatchpointOptions; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile103 SRCS+= Breakpoint/WatchpointOptions.cpp