Home
last modified time | relevance | path

Searched refs:BreakpointCreateByName (Results 1 – 25 of 26) sorted by relevance

12

/external/lldb/test/lang/cpp/breakpoints/
DTestCPPBreakpoints.py47 auto_break = target.BreakpointCreateByName ("Function",
55 auto_break = target.BreakpointCreateByName ("Baz::Function",
62 auto_break = target.BreakpointCreateByName ("Bar::Baz::Function",
68 plain_method_break = target.BreakpointCreateByName ("Function",
74 plain_method_break = target.BreakpointCreateByName ("Baz::Function",
80 plain_method_break = target.BreakpointCreateByName ("Bar::Baz::Function",
86 plain_method_break = target.BreakpointCreateByName ("Function",
92 plain_method_break = target.BreakpointCreateByName ("Bar::Function",
/external/lldb/test/python_api/frame/
DTestFrames.py52 breakpoint = target.BreakpointCreateByName('c', 'a.out')
136 breakpoint = target.BreakpointCreateByName('c', 'a.out')
173 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp38 m_target.BreakpointCreateByName("main"); in __anona65641700202()
162 m_target.BreakpointCreateByName("DeclContext::lookup"); in TestStep()
174 m_target.BreakpointCreateByName("DeclContext::lookup"); in TestStep()
/external/lldb/test/python_api/event/
DTestEvents.py75 breakpoint = target.BreakpointCreateByName('c', 'a.out')
147 breakpoint = target.BreakpointCreateByName('c', 'a.out')
209 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/lldb/test/functionalities/return-value/
DTestReturnValue.py36 bkpt = self.target.BreakpointCreateByName (func_name)
94 inner_sint_bkpt = self.target.BreakpointCreateByName("inner_sint", exe)
161 inner_float_bkpt = self.target.BreakpointCreateByName("inner_float", exe)
/external/lldb/include/lldb/API/
DSBTarget.h646 BreakpointCreateByName (const char *symbol_name, const char *module_name = NULL);
650 BreakpointCreateByName (const char *symbol_name,
655 BreakpointCreateByName (const char *symbol_name,
/external/lldb/test/api/multithreaded/
Dtest_breakpoint_callback.cpp35 SBBreakpoint breakpoint = target.BreakpointCreateByName("next"); in test()
Dlistener_test.cpp36 SBBreakpoint breakpoint = target.BreakpointCreateByName("next"); in test()
/external/lldb/test/functionalities/fat_archives/
DTestFatArchives.py45 breakpoint = target.BreakpointCreateByName ('foo', exe)
/external/lldb/test/lang/c/stepping/
DTestStepAndBreakpoints.py225 break_at_start_of_a = target.BreakpointCreateByName ('a')
226 break_at_start_of_c = target.BreakpointCreateByName ('c')
/external/lldb/examples/python/
Ddisasm.py50 main_bp = target.BreakpointCreateByName (fname, target.GetExecutable().GetFilename());
Dperformance.py112 … self.breakpoints.append (self.target.BreakpointCreateByName(name, self.modules, self.files))
310 bp = self.target.BreakpointCreateByName("main")
Djump.py77 breakpoint = target.BreakpointCreateByName(linespec)
/external/lldb/test/python_api/default-constructor/
Dsb_target.py35 obj.BreakpointCreateByName("func", None)
/external/lldb/test/python_api/frame/inlines/
DTestInlinedFrame.py48 breakpoint = target.BreakpointCreateByName('inner_inline', 'a.out')
/external/lldb/test/functionalities/conditional_break/
DTestConditionalBreak.py56 breakpoint = target.BreakpointCreateByName("c", exe)
/external/lldb/test/python_api/symbol-context/
DTestSymbolContext.py45 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
DTestBreakpointIgnoreCount.py111 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/lldb/scripts/Python/interface/
DSBTarget.i645 BreakpointCreateByName (const char *symbol_name, const char *module_name = NULL);
648 BreakpointCreateByName (const char *symbol_name,
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py144 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/lldb/test/expression_command/test/
DTestExprs.py165 callee_break = target.BreakpointCreateByName ("a_function_to_call", None)
/external/lldb/tools/lldb-perf/darwin/formatters/
Dformatters.cpp79 m_target.BreakpointCreateByName("main"); in Setup()
/external/lldb/test/python_api/thread/
DTestThreadAPI.py175 breakpoint = target.BreakpointCreateByName('malloc')
/external/lldb/source/API/
DSBTarget.cpp1317 SBTarget::BreakpointCreateByName (const char *symbol_name, const char *module_name) in BreakpointCreateByName() function in SBTarget
1351 SBTarget::BreakpointCreateByName (const char *symbol_name, in BreakpointCreateByName() function in SBTarget
1356 return BreakpointCreateByName (symbol_name, name_type_mask, module_list, comp_unit_list); in BreakpointCreateByName()
1360 SBTarget::BreakpointCreateByName (const char *symbol_name, in BreakpointCreateByName() function in SBTarget
/external/lldb/tools/lldb-perf/
DREADME116 m_target.BreakpointCreateByName("main");

12