Lines Matching full:lldb
2 Test lldb breakpoint command for CPP methods & functions in a namespace.
7 import lldb
40 a_out_module = lldb.SBFileSpecList()
41 a_out_module.Append(lldb.SBFileSpec(exe))
43 nested_comp_unit = lldb.SBFileSpecList()
44 nested_comp_unit.Append (lldb.SBFileSpec("nested.cpp"))
48 lldb.eFunctionNameTypeAuto,
56 lldb.eFunctionNameTypeAuto,
63 lldb.eFunctionNameTypeAuto,
69 lldb.eFunctionNameTypeMethod,
75 lldb.eFunctionNameTypeMethod,
81 lldb.eFunctionNameTypeMethod,
87 lldb.eFunctionNameTypeBase,
93 lldb.eFunctionNameTypeBase,
102 lldb.SBDebugger.Initialize()
103 atexit.register(lambda: lldb.SBDebugger.Terminate())