Lines Matching +full:lldb +full:- +full:build

7 import lldb
19 self.build()
25 self.build()
31 self.build()
37 self.build()
43 self.build()
48 self.build()
54 self.build()
78 stream = lldb.SBStream()
93 result = lldb.SBCommandReturnObject()
94 interpreter.HandleCommand("br set -f foo -l 42", result)
95 result = lldb.SBCommandReturnObject()
96 interpreter.HandleCommand("br set -c 'argc == 1' -n main", result)
100 stream = lldb.SBStream()
113 stream = lldb.SBStream()
125 invalid_bkp = lldb.SBBreakpoint()
127 stream = lldb.SBStream()
159 self.bkpts_file_spec = lldb.SBFileSpec(self.bkpts_file_path)
162 error = lldb.SBError()
170 copy_bps = lldb.SBBreakpointList(self.copy_target)
181 "Didn't get same number of input and output breakpoints - orig: %d copy: %d"
187 source_desc = lldb.SBStream()
201 copy_desc = lldb.SBStream()
217 empty_module_list = lldb.SBFileSpecList()
218 empty_cu_list = lldb.SBFileSpecList()
219 blubby_file_spec = lldb.SBFileSpec(
225 source_bps = lldb.SBBreakpointList(self.orig_target)
233 "blubby", lldb.eFunctionNameTypeAuto, empty_module_list, empty_cu_list
238 "blubby", lldb.eFunctionNameTypeFull, empty_module_list, empty_cu_list
252 module_list = lldb.SBFileSpecList()
253 module_list.Append(lldb.SBFileSpec("SomeBinary"))
254 module_list.Append(lldb.SBFileSpec("SomeOtherBinary"))
256 cu_list = lldb.SBFileSpecList()
257 cu_list.Append(lldb.SBFileSpec("SomeCU.c"))
258 cu_list.Append(lldb.SBFileSpec("AnotherCU.c"))
259 cu_list.Append(lldb.SBFileSpec("ThirdCU.c"))
261 blubby_file_spec = lldb.SBFileSpec(
267 source_bps = lldb.SBBreakpointList(self.orig_target)
278 "blubby", lldb.eFunctionNameTypeAuto, module_list, cu_list
282 "blubby", lldb.eFunctionNameTypeFull, module_list, cu_list
296 empty_module_list = lldb.SBFileSpecList()
297 empty_cu_list = lldb.SBFileSpecList()
298 blubby_file_spec = lldb.SBFileSpec(
304 source_bps = lldb.SBBreakpointList(self.orig_target)
307 lldb.SBFileSpec("blubby.c"), 666, 333, 0, lldb.SBFileSpecList()
319 "blubby", lldb.eFunctionNameTypeAuto, empty_module_list, empty_cu_list
326 "blubby", lldb.eFunctionNameTypeAuto, empty_module_list, empty_cu_list
333 "blubby", lldb.eFunctionNameTypeFull, empty_module_list, empty_cu_list
347 cmd_list = lldb.SBStringList()
359 empty_module_list = lldb.SBFileSpecList()
360 empty_cu_list = lldb.SBFileSpecList()
361 blubby_file_spec = lldb.SBFileSpec(
368 all_bps = lldb.SBBreakpointList(self.orig_target)
369 source_bps = lldb.SBBreakpointList(self.orig_target)
372 lldb.SBFileSpec("blubby.c"), 666, 333, 0, lldb.SBFileSpecList()
380 error = lldb.SBError()
389 "blubby", lldb.eFunctionNameTypeAuto, empty_module_list, empty_cu_list
397 "blubby", lldb.eFunctionNameTypeFull, empty_module_list, empty_cu_list
416 lldb.SBFileSpec("blubby.c"), 666, 333, 0, lldb.SBFileSpecList()
419 write_bps = lldb.SBBreakpointList(self.orig_target)
423 error = lldb.SBError()
427 copy_bps = lldb.SBBreakpointList(self.copy_target)
428 names_list = lldb.SBStringList()
450 error = lldb.SBError()
455 result = lldb.SBCommandReturnObject()
464 lldb.SBStructuredData(),
465 lldb.SBFileSpecList(),
466 lldb.SBFileSpecList(),
469 write_bps = lldb.SBBreakpointList(self.orig_target)
475 copy_bps = lldb.SBBreakpointList(self.copy_target)
482 no_keys = lldb.SBStringList()
491 extra_args = lldb.SBStructuredData()
492 stream = lldb.SBStream()
500 lldb.SBFileSpecList(),
501 lldb.SBFileSpecList(),
504 write_bps = lldb.SBBreakpointList(self.orig_target)
512 orig_keys = lldb.SBStringList()
518 copy_bps = lldb.SBBreakpointList(self.copy_target)
527 copy_keys = lldb.SBStringList()