Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpointOptions.cpp29 WatchpointOptions::NullCallback (void *baton, StoppointCallbackContext *context, lldb::user_id_t wa… in NullCallback()
37 WatchpointOptions::WatchpointOptions() : in WatchpointOptions() function in WatchpointOptions
38 m_callback (WatchpointOptions::NullCallback), in WatchpointOptions()
48 WatchpointOptions::WatchpointOptions(const WatchpointOptions& rhs) : in WatchpointOptions() function in WatchpointOptions
61 const WatchpointOptions&
62 WatchpointOptions::operator=(const WatchpointOptions& rhs) in operator =()
72 WatchpointOptions *
73 WatchpointOptions::CopyOptionsNoCallback (WatchpointOptions &orig) in CopyOptionsNoCallback()
80 WatchpointOptions *ret_val = new WatchpointOptions(orig); in CopyOptionsNoCallback()
90 WatchpointOptions::~WatchpointOptions() in ~WatchpointOptions()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDWatchpointOptions.h28 class WatchpointOptions
38 WatchpointOptions();
39 WatchpointOptions(const WatchpointOptions& rhs);
41 static WatchpointOptions *
42 CopyOptionsNoCallback (WatchpointOptions &rhs);
55 WatchpointOptions(WatchpointHitCallback callback,
59 virtual ~WatchpointOptions();
64 const WatchpointOptions&
65 operator=(const WatchpointOptions& rhs);
HDWatchpoint.h125 WatchpointOptions *
245 WatchpointOptions m_options; // Settable watchpoint options, which is a delegate to handle
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp199 WatchpointOptions *wp_options = (WatchpointOptions *) io_handler.GetUserData(); in IOHandlerInputComplete()
202 … std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
206 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in IOHandlerInputComplete()
213 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
224 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
227 … std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
236 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in SetWatchpointCommandCallback()
252 WatchpointOptions::CommandData *data = (WatchpointOptions::CommandData *) baton; in WatchpointOptionsCallbackFunction()
443 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
697 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
/NextBSD/lib/clang/liblldbBreakpoint/
HDMakefile.depend40 WatchpointOptions.o: DiagnosticCommonKinds.inc.h
41 WatchpointOptions.po: DiagnosticCommonKinds.inc.h
HDMakefile28 WatchpointOptions.cpp
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp294 WatchpointOptions *wp_options = (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
295 … std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in IOHandlerInputComplete()
302 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in IOHandlerInputComplete()
1119 ScriptInterpreterPython::CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
1163 ScriptInterpreterPython::SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
1166 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
1177 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in SetWatchpointCommandCallback()
2024 WatchpointOptions::CommandData *wp_option_data = (WatchpointOptions::CommandData *) baton; in WatchpointCallbackFunction()
HDScriptInterpreter.cpp55 WatchpointOptions *bp_options, in CollectDataForWatchpointCommandCallback()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h301 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
332 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
HDScriptInterpreterPython.h333 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
347 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h281 class WatchpointOptions; variable