aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.cpp
AgeCommit message (Expand)Author
2013-01-26DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2012-08-30Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov
2012-08-07Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov
2011-11-05Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-10-08lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.NAKAMURA Takumi
2011-10-08WhitespaceNAKAMURA Takumi
2011-09-21DWARF: avoid unnecessary map lookups.Benjamin Kramer
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer
2011-09-15DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer
2011-09-15Give structs with virtual methods a virtual destructor.Nick Lewycky
2011-09-15DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer
2011-09-15DWARF: Include <algorithm> explicitly.Benjamin Kramer
2011-09-15DWARF: Add basic support for line tables.Benjamin Kramer