Searched refs:BreakpointOptions (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp1 //===-- BreakpointOptions.cpp -----------------------------------*- C++ -*-===//
10 #include "lldb/Breakpoint/BreakpointOptions.h"
29 BreakpointOptions::NullCallback (void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id)
35 // BreakpointOptions constructor
37 BreakpointOptions::BreakpointOptions() : function in class:BreakpointOptions
38 m_callback (BreakpointOptions::NullCallback),
51 // BreakpointOptions copy constructor
53 BreakpointOptions::BreakpointOptions(cons function in class:BreakpointOptions
[all...]
H A DBreakpointLocation.cpp414 const BreakpointOptions *
423 BreakpointOptions *
430 m_options_ap.reset(BreakpointOptions::CopyOptionsNoCallback(*m_owner.GetOptions ()));
H A DBreakpoint.cpp338 BreakpointOptions *
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h1 //===-- BreakpointOptions.h -------------------------------------*- C++ -*-===//
24 /// @class BreakpointOptions BreakpointOptions.h "lldb/Breakpoint/BreakpointOptions.h"
28 class BreakpointOptions class in namespace:lldb_private
38 BreakpointOptions();
39 BreakpointOptions(const BreakpointOptions& rhs);
41 static BreakpointOptions *
42 CopyOptionsNoCallback (BreakpointOptions
[all...]
H A DBreakpointLocation.h288 BreakpointOptions *
300 const BreakpointOptions *
442 std::unique_ptr<BreakpointOptions> m_options_ap; ///< Breakpoint options pointer, NULL if we're using our breakpoint's options.
H A DBreakpoint.h18 #include "lldb/Breakpoint/BreakpointOptions.h"
568 /// Returns the BreakpointOptions structure set at the breakpoint level.
573 /// A pointer to this breakpoint's BreakpointOptions.
575 BreakpointOptions *
661 BreakpointOptions m_options; // Settable breakpoint options
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp231 BreakpointOptions *bp_options = (BreakpointOptions *) io_handler.GetUserData();
234 std::unique_ptr<BreakpointOptions::CommandData> data_ap(new BreakpointOptions::CommandData());
238 BatonSP baton_sp (new BreakpointOptions::CommandBaton (data_ap.release()));
246 CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,
257 SetBreakpointCommandCallback (BreakpointOptions *bp_options,
260 std::unique_ptr<BreakpointOptions::CommandData> data_ap(new BreakpointOptions::CommandData());
269 BatonSP baton_sp (new BreakpointOptions
[all...]
/freebsd-10.2-release/lib/clang/liblldbBreakpoint/
H A DMakefile15 BreakpointOptions.cpp \
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreter.cpp47 BreakpointOptions *bp_options,
H A DScriptInterpreterPython.cpp258 BreakpointOptions *bp_options = (BreakpointOptions *)io_handler.GetUserData();
259 std::unique_ptr<BreakpointOptions::CommandData> data_ap(new BreakpointOptions::CommandData());
266 BatonSP baton_sp (new BreakpointOptions::CommandBaton (data_ap.release()));
1078 ScriptInterpreterPython::CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,
1095 ScriptInterpreterPython::SetBreakpointCommandCallback (BreakpointOptions *bp_options,
1098 std::unique_ptr<BreakpointOptions::CommandData> data_ap(new BreakpointOptions::CommandData());
1109 BatonSP baton_sp (new BreakpointOptions
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h369 CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,
378 SetBreakpointCommandCallback (BreakpointOptions *bp_options,
H A DScriptInterpreterPython.h223 CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options,
232 SetBreakpointCommandCallback (BreakpointOptions *bp_options,
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h39 class BreakpointOptions;

Completed in 183 milliseconds