Benjamin Kramer
|
da83e60daf
|
Audited all the format strings in libDebugInfo and fixed those that didn't match the types.
llvm-svn: 143814
|
2011-11-05 16:01:13 +00:00 |
|
Benjamin Kramer
|
3c2ba1a51a
|
Add more PRI.64 macros for MSVC and use them throughout the codebase.
llvm-svn: 143799
|
2011-11-05 08:57:40 +00:00 |
|
NAKAMURA Takumi
|
cc0706b36c
|
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
llvm-svn: 141484
|
2011-10-08 11:22:47 +00:00 |
|
NAKAMURA Takumi
|
fe47764929
|
Whitespace
llvm-svn: 141483
|
2011-10-08 11:22:41 +00:00 |
|
Benjamin Kramer
|
ff31737153
|
DWARF: avoid unnecessary map lookups.
llvm-svn: 140260
|
2011-09-21 17:31:42 +00:00 |
|
Benjamin Kramer
|
e98b6ec93c
|
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
|
a2833ff7e0
|
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
|
5307d9c91a
|
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
|
4b85977895
|
Give structs with virtual methods a virtual destructor.
llvm-svn: 139776
|
2011-09-15 03:41:51 +00:00 |
|
Benjamin Kramer
|
8f332f8767
|
DWARF: Silence GCC -Wsign-compare warning.
llvm-svn: 139775
|
2011-09-15 03:20:04 +00:00 |
|
Benjamin Kramer
|
8013b8f7e0
|
DWARF: Include <algorithm> explicitly.
llvm-svn: 139773
|
2011-09-15 02:19:33 +00:00 |
|
Benjamin Kramer
|
ceca872d69
|
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 |
|