NAKAMURA Takumi
|
f995985eba
|
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
llvm-svn: 141484
|
2011-10-08 11:22:47 +00:00 |
NAKAMURA Takumi
|
ade616cb57
|
Whitespace
llvm-svn: 141483
|
2011-10-08 11:22:41 +00:00 |
Benjamin Kramer
|
2eeb4e5bd4
|
DWARF: avoid unnecessary map lookups.
llvm-svn: 140260
|
2011-09-21 17:31:42 +00:00 |
Benjamin Kramer
|
112ec17e1b
|
DWARF: Reset the state after parsing a line table prologue and remove an unnecessary lookup.
llvm-svn: 139859
|
2011-09-15 21:59:13 +00:00 |
Benjamin Kramer
|
2602ca67e8
|
DWARF: Put all the pieces we have together and provide a single accessor to DIContext that provides line information when given an address.
llvm-svn: 139836
|
2011-09-15 20:43:22 +00:00 |
Benjamin Kramer
|
679e1752f8
|
DWARF: Remove accessors that parse the whole line table section in one go, this can't possibly work.
The address size is specified by the compile unit associated with a line table, there is no global address size.
llvm-svn: 139835
|
2011-09-15 20:43:18 +00:00 |
Nick Lewycky
|
4d0449204e
|
Give structs with virtual methods a virtual destructor.
llvm-svn: 139776
|
2011-09-15 03:41:51 +00:00 |
Benjamin Kramer
|
21b6f1188f
|
DWARF: Silence GCC -Wsign-compare warning.
llvm-svn: 139775
|
2011-09-15 03:20:04 +00:00 |
Benjamin Kramer
|
a57c46aa49
|
DWARF: Include <algorithm> explicitly.
llvm-svn: 139773
|
2011-09-15 02:19:33 +00:00 |
Benjamin Kramer
|
5acab501de
|
DWARF: Add basic support for line tables.
The llvm-dwarfdump output isn't very verbose yet.
llvm-svn: 139771
|
2011-09-15 02:12:05 +00:00 |