Lines Matching +full:lldb +full:- +full:build
6 import lldb
34 self.build(dictionary=d)
41 self.build(dictionary=d)
49 self.build(dictionary=d)
55 self.build()
61 self.build()
66 self.build(dictionary=d)
74 self.build(dictionary=d)
81 self.build(dictionary=d)
88 self.build(dictionary=d)
110 self.build(dictionary=d)
133 self.build(dictionary=d)
150 sb_addr = lldb.SBAddress(data_section, 0)
151 error = lldb.SBError()
157 sb_addr = lldb.SBAddress(0, target)
167 self.build(dictionary=d)
179 self.assertState(process.GetState(), lldb.eStateExited)
185 self.runCmd("setting set target.run-args foo")
186 self.runCmd("setting set target.env-vars bar=baz")
189 self.assertState(process.GetState(), lldb.eStateExited)
195 self.runCmd("setting clear target.run-args")
198 self.assertEqual(process.GetState(), lldb.eStateExited)
202 self.runCmd("settings set target.disable-stdio true")
205 self.assertState(process.GetState(), lldb.eStateExited)
220 if sect_type == lldb.eSectionTypeData:
223 elif sect_type == lldb.eSectionTypeContainer:
227 if sect_type == lldb.eSectionTypeData:
292 list = target.FindCompileUnits(lldb.SBFileSpec(source_name, False))
308 list = target.FindFunctions(None, lldb.eFunctionNameTypeAuto)
311 list = target.FindFunctions("c", lldb.eFunctionNameTypeAuto)
329 # lldb.eDescriptionLevelBrief.
331 # desc = get_description(target, option=lldb.eDescriptionLevelBrief)
339 desc = get_description(target, option=lldb.eDescriptionLevelFull)
350 self.build()
360 line = line_number("main.c", "// a(3) -> c(3)")
370 if lldb.remote_platform:
372 self, "lldb-stdout-redirect.txt"
376 error = lldb.SBError()
391 if lldb.remote_platform:
393 lldb.remote_platform.Get(
394 lldb.SBFileSpec(stdout_path), lldb.SBFileSpec(local_path)
434 self.assertState(process.GetState(), lldb.eStateStopped)
435 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
449 self.assertState(process.GetState(), lldb.eStateStopped)
450 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
468 address1, lldb.eSymbolContextEverything
471 address2, lldb.eSymbolContextEverything
497 self.build()
499 target = self.dbg.CreateTargetWithFileAndArch(exe, lldb.LLDB_ARCH_DEFAULT)
512 self.build(dictionary=d)
516 self.assertFalse(target.IsLoaded(lldb.SBModule()))
538 target = lldb.SBTarget()