Argyrios Kyrtzidis
|
9f89bffc25
|
[utils/ClangDataFormat.py] Don't use lldb.frame directly, get the frame from the value.
Some lldb changes made lldb.frame not set until a script is invoked, which made the
formatters not working after a restart.
llvm-svn: 172017
|
2013-01-09 23:22:08 +00:00 |
Argyrios Kyrtzidis
|
71c81b63bc
|
[ClangDataFormat.py] Add summary for QualType.
llvm-svn: 168117
|
2012-11-16 00:25:26 +00:00 |
Argyrios Kyrtzidis
|
ec1594a7b5
|
[utils/ClangDataFormat.py] For invalid source locations just return
"<invalid loc>" for summary.
llvm-svn: 168087
|
2012-11-15 20:59:00 +00:00 |
Argyrios Kyrtzidis
|
a19a126ee3
|
[utils/ClangDataFormat.py] Add data formatter for StringRef.
llvm-svn: 168003
|
2012-11-14 23:52:19 +00:00 |
Argyrios Kyrtzidis
|
a3caaf3a05
|
[utils/ClangDataFormat.py] In the summary of SourceLocation, include whether it is
local or loaded.
llvm-svn: 168002
|
2012-11-14 23:52:11 +00:00 |
Argyrios Kyrtzidis
|
069a2df6fd
|
Remove leftover code.
llvm-svn: 167641
|
2012-11-09 23:02:10 +00:00 |
Argyrios Kyrtzidis
|
32f1764d65
|
Add lldb data formatters for clang classes, starting with SourceLocation.
When installed, instead of getting this:
(lldb) p Tok.Loc
(clang::SourceLocation) $0 = {
(unsigned int) ID = 123582
}
you'll get:
(lldb) p Tok.Loc
(clang::SourceLocation) $4 = "/usr/include/i386/_types.h:37:1" (offset: 123582, file)
This depends on r167629.
llvm-svn: 167640
|
2012-11-09 22:59:01 +00:00 |