Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DWatchpointOptions.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 …]
DCMakeLists.txt24 WatchpointOptions.cpp
DAndroid.mk32 WatchpointOptions.cpp
/external/lldb/include/lldb/Breakpoint/
DWatchpointOptions.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);
DWatchpoint.h124 WatchpointOptions *
233 WatchpointOptions m_options; // Settable watchpoint options, which is a delegate to handle
/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp189 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
193 … std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in CollectDataForWatchpointCommandCallback()
196 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in CollectDataForWatchpointCommandCallback()
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
229 … std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
238 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in SetWatchpointCommandCallback()
283 WatchpointOptions *wp_options = (WatchpointOptions *) callback_data; in GenerateWatchpointCommandCallback()
288 …((WatchpointOptions::CommandData *)wp_options_baton->m_data)->user_source.AppendString (bytes, byt… in GenerateWatchpointCommandCallback()
302 WatchpointOptions *wp_options = (WatchpointOptions *) callback_data; in GenerateWatchpointCommandCallback()
308 … ((WatchpointOptions::CommandData *) wp_options_baton->m_data)->user_source.Clear(); in GenerateWatchpointCommandCallback()
[all …]
/external/lldb/source/Interpreter/
DScriptInterpreter.cpp58 WatchpointOptions *bp_options, in CollectDataForWatchpointCommandCallback()
DScriptInterpreterPython.cpp1479 WatchpointOptions *wp_options = (WatchpointOptions *)baton; in GenerateWatchpointOptionsCommandCallback()
1480 … std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in GenerateWatchpointOptionsCommandCallback()
1490 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in GenerateWatchpointOptionsCommandCallback()
1552 ScriptInterpreterPython::CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
1609 ScriptInterpreterPython::SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
1612 std::unique_ptr<WatchpointOptions::CommandData> data_ap(new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback()
1623 BatonSP baton_sp (new WatchpointOptions::CommandBaton (data_ap.release())); in SetWatchpointCommandCallback()
2271 WatchpointOptions::CommandData *wp_option_data = (WatchpointOptions::CommandData *) baton; in WatchpointCallbackFunction()
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h216 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
226 SetWatchpointCommandCallback (WatchpointOptions *wp_options,
DScriptInterpreter.h351 CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options,
364 SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
/external/lldb/include/lldb/
Dlldb-forward.h253 class WatchpointOptions; variable
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj606 …5D1C20F00EEFB57 /* WatchpointOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2B7CCEF15…
1743WatchpointOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
1744WatchpointOptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
2813 B2B7CCED15D1BFB700EEFB57 /* WatchpointOptions.h */,
2814 B2B7CCEF15D1C20F00EEFB57 /* WatchpointOptions.cpp */,
4287 B2B7CCF015D1C20F00EEFB57 /* WatchpointOptions.cpp in Sources */,