Lines Matching full:lldb
10 namespace lldb {
24 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:20
27 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:21
30 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:22
33 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:23
46 SBLineEntry (const lldb::SBLineEntry &rhs);
50 lldb::SBAddress
53 lldb::SBAddress
59 lldb::SBFileSpec
69 GetDescription (lldb::SBStream &description);
72 SetFileSpec (lldb::SBFileSpec filespec);
81 operator == (const lldb::SBLineEntry &rhs) const;
84 operator != (const lldb::SBLineEntry &rhs) const;
88 if _newclass: file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
97 if _newclass: addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this line entry.''')
100 if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this line entry.''')
106 } // namespace lldb