Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/test/API/functionalities/breakpoint/objc/
DTestObjCBreakpoints.py35 name_bp = self.target.BreakpointCreateByName("myCategoryFunction")
36 selector_bp = self.target.BreakpointCreateByName(
50 category_bp = self.target.BreakpointCreateByName(
52 stripped_bp = self.target.BreakpointCreateByName(
54 stripped2_bp = self.target.BreakpointCreateByName(
83 name_bp = self.target.BreakpointCreateByName("count")
84 selector_bp = self.target.BreakpointCreateByName(
106 name_bp = self.target.BreakpointCreateByName("isEqual:")
107 selector_bp = self.target.BreakpointCreateByName(
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/
DTestBreakpointLanguage.py77 cpp_bp = self.target.BreakpointCreateByName(
88 no_cpp_bp = self.target.BreakpointCreateByName(
98 c_bp = self.target.BreakpointCreateByName(
109 no_c_bp = self.target.BreakpointCreateByName(
119 objc_bp = self.target.BreakpointCreateByName(
/external/llvm-project/lldb/test/API/api/listeners/
DTestListener.py44 bkpt = target.BreakpointCreateByName("main")
65 bkpt = target.BreakpointCreateByName("main")
89 bkpt2 = target.BreakpointCreateByName("main")
110 bkpt = target.BreakpointCreateByName("main")
128 bkpt2 = target.BreakpointCreateByName("main")
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py175 …source_bps.Append(self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeAuto, em…
176 …source_bps.Append(self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeFull, em…
205 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeAuto, module_list, …
207 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeFull, module_list, …
237 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeAuto, empty_module_…
242 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeAuto, empty_module_…
247 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeFull, empty_module_…
292 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeAuto, empty_module_…
298 …bkpt = self.orig_target.BreakpointCreateByName("blubby", lldb.eFunctionNameTypeFull, empty_module_…
/external/llvm-project/lldb/test/API/lang/cpp/namespace/
DTestNamespace.py39 bp = target.BreakpointCreateByName(
66 bp = target.BreakpointCreateByName(
91 bp = target.BreakpointCreateByName(
/external/llvm-project/lldb/test/API/python_api/breakpoint/
DTestBreakpointAPI.py27 breakpoint = target.BreakpointCreateByName('AFunction', 'a.out')
61 breakpoint = target.BreakpointCreateByName('AFunction', 'a.out')
/external/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/
DTestCPPBreakpointLocations.py27 bp = target.BreakpointCreateByName(name)
88 bp = target.BreakpointCreateByName(name)
/external/llvm-project/lldb/test/API/python_api/frame/
DTestFrames.py30 breakpoint = target.BreakpointCreateByName('c', 'a.out')
133 breakpoint = target.BreakpointCreateByName('c', 'a.out')
175 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/llvm-project/lldb/test/API/functionalities/return-value/
DTestReturnValue.py100 inner_float_bkpt = self.target.BreakpointCreateByName(
179 main_bktp = self.target.BreakpointCreateByName("main", exe)
209 main_bktp = self.target.BreakpointCreateByName("main", exe)
232 bkpt = self.target.BreakpointCreateByName(func_name)
/external/llvm-project/lldb/test/API/macosx/indirect_symbol/
DTestIndirectSymbols.py67 break_indirect = target.BreakpointCreateByName("call_through_indirect")
99 break_reexported = target.BreakpointCreateByName(
/external/llvm-project/lldb/test/API/python_api/event/
DTestEvents.py47 breakpoint = target.BreakpointCreateByName('c', 'a.out')
138 breakpoint = target.BreakpointCreateByName('c', 'a.out')
219 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommand.py298 bp_1 = target.BreakpointCreateByName("main")
299 bp_2 = target.BreakpointCreateByName("not_here")
300 bp_3 = target.BreakpointCreateByName("main")
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h563 lldb::SBBreakpoint BreakpointCreateByName(const char *symbol_name,
568 BreakpointCreateByName(const char *symbol_name,
572 lldb::SBBreakpoint BreakpointCreateByName(
579 lldb::SBBreakpoint BreakpointCreateByName(
/external/llvm-project/lldb/tools/lldb-vscode/
DFunctionBreakpoint.cpp20 bp = g_vsc.target.BreakpointCreateByName(functionName.c_str()); in SetBreakpoint()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py128 breakpoint = target.BreakpointCreateByName('c', 'a.out')
196 breakpoint = target.BreakpointCreateByName('c', 'a.out')
/external/llvm-project/lldb/test/API/api/multiple-debuggers/
Dmulti-process-driver.cpp109 SBBreakpoint bar_br = target.BreakpointCreateByName ("bar", "testprog"); in do_one_debugger()
115 SBBreakpoint foo_br = target.BreakpointCreateByName ("foo", "testprog"); in do_one_debugger()
/external/llvm-project/lldb/test/API/commands/expression/completion-crash-invalid-iterator/
DTestInvalidIteratorCompletionCrash.py15 callee_break = target.BreakpointCreateByName(
/external/llvm-project/lldb/test/API/functionalities/fat_archives/
DTestFatArchives.py39 breakpoint = target.BreakpointCreateByName('foo', exe)
/external/llvm-project/lldb/test/API/android/platform/
DTestDefaultCacheLineSize.py24 breakpoint = target.BreakpointCreateByName("main")
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump/
DTestMiniDump.py120 breakpoint = target.BreakpointCreateByName("bar")
156 breakpoint = target.BreakpointCreateByName("bar")
/external/llvm-project/lldb/test/API/macosx/add-dsym/
DTestAddDsymMidExecutionCommand.py30 main_bp = self.target.BreakpointCreateByName("main", "a.out")
/external/llvm-project/lldb/test/API/linux/mix-dwo-and-regular-objects/
DTestMixedDwarfBinary.py25 main_bp = self.target.BreakpointCreateByName("g", "a.out")
/external/llvm-project/lldb/test/API/linux/add-symbols/
DTestTargetSymbolsAddCommand.py28 main_bp = self.target.BreakpointCreateByName("main", "stripped.out")
/external/llvm-project/lldb/test/API/lang/cpp/breakpoint-commands/
DTestCPPBreakpointCommands.py18 bkpt = self.target.BreakpointCreateByName(name,
/external/llvm-project/lldb/test/API/macosx/safe-to-func-call/
DTestSafeFuncCalls.py25 break1 = target.BreakpointCreateByName("stopper", 'a.out')

123