summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Provide option for explicitly specifying the name of the DWP fileDavid Blaikie2017-07-301-7/+10
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Fix another ordering constraint with windows.h and comment aboutChandler Carruth2017-06-061-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Rename some PDB classes.Zachary Turner2017-04-271-3/+4
* Fix the ASan fuse-lld.cc test after LLD r280012Reid Kleckner2016-09-011-1/+1
* CodeView: extract the OMF Directory HeaderSaleem Abdulrasool2016-08-091-3/+3
* Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.hReid Kleckner2016-07-061-0/+1
* Try one more time to pacify -Wpessimizing-move, MSVC, libstdc++4.7, and the w...Reid Kleckner2016-06-061-2/+1
* Attempt to work around lack of std::map::emplace in libstdc++4.7Reid Kleckner2016-06-061-1/+2
* Fix non-Windows build when inserting a move only type into a mapReid Kleckner2016-06-031-1/+1
* [Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2016-06-031-64/+90
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-2/+3
* Drop error when trying to fallback from PDB to DWARF.Zachary Turner2016-05-061-0/+4
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-3/+3
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+3
* Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko2016-03-281-10/+19
* [Symbolize] Improve the ownership of parsed objects.Alexey Samsonov2015-12-181-46/+45
* [LLVMSymbolize] Reduce indentation by using helper function. NFC.Alexey Samsonov2015-11-041-21/+24
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-041-90/+107
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-031-61/+14
* [LLVMSymbolize] Move demangling away from printing routines. NFC.Alexey Samsonov2015-11-031-28/+33
* Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov2015-10-301-12/+30
* [LLVMSymbolize] Move printing the description of a global into a separate fun...Alexey Samsonov2015-10-291-12/+22
* [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).Alexey Samsonov2015-10-291-218/+21
* [LLVMSymbolize] Don't use LLVMSymbolizer::Options in ModuleInfo. NFC.Alexey Samsonov2015-10-261-16/+16
* Fix build failure on GCC 4.7 (old libstdc++ doesn't have std::map::emplace).Alexey Samsonov2015-10-261-2/+3
* Remove use of std::map<>::emplace which is not supported on some older versio...David Blaikie2015-10-261-1/+1
* [LLVMSymbolize] Use symbol table only if function linkage name was requested.Alexey Samsonov2015-10-261-2/+4
* Fix build error by fully qualifying llvm::make_unique.Alexey Samsonov2015-10-261-1/+1
* [LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership.Alexey Samsonov2015-10-261-11/+12
* Move parts of llvm-symbolizer tool into LLVMSymbolize library.Alexey Samsonov2015-10-261-0/+644
OpenPOWER on IntegriCloud