1. fbb4d1e [lldb/Plugins] Use external functions to (de)initialize plugins by Jonas Devlieghere · 6 years ago
  2. 98594a4 [lldb] [ObjectFile/ELF] Fix negated seg ids on 32-bit arches by Michał Górny · 6 years ago
  3. 22b0448 [lldb][NFCI] Remove unused LanguageType parameters by Alex Langford · 6 years ago
  4. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  5. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  6. 4b5bc38 [lldb/DWARF] Move location list sections into DWARFContext by Pavel Labath · 6 years ago
  7. bf72258 [lldb] Fix lookup of symbols with the same address range but different binding by Jan Kratochvil · 6 years ago
  8. 4023bd0 [lldb] Add boilerplate to recognize the .debug_rnglists.dwo section by Pavel Labath · 6 years ago
  9. f98606f Remove obsolete parameter. by Adrian Prantl · 6 years ago
  10. 939411c Remove the is_mangled flag from Mangled and Symbol by Adrian Prantl · 6 years ago
  11. 1e1e3ba Unify the two CRC implementations by Hans Wennborg · 6 years ago
  12. ad6690a Explicitly set entry point arch when it's thumb [Second Try] by Antonio Afonso · 6 years ago
  13. 2c082b4 [lldb][ELF] Read symbols from .gnu_debugdata sect. by Konrad Kleine · 6 years ago
  14. ae08e47 Revert "Explicitly set entry point arch when it's thumb" by Antonio Afonso · 6 years ago
  15. ac14695 Explicitly set entry point arch when it's thumb by Antonio Afonso · 6 years ago
  16. 2f3884c Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections" by Konrad Kleine · 6 years ago
  17. d44c4a7 Revert "[LLDB][ELF] Fixup for comments in D67390" by Konrad Kleine · 6 years ago
  18. 813f059 [LLDB][ELF] Fixup for comments in D67390 by Konrad Kleine · 6 years ago
  19. 3a4781b [LLDB][ELF] Load both, .symtab and .dynsym sections by Konrad Kleine · 6 years ago
  20. a8f3ae7 [LLDB] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  21. 8280730 ObjectFileELF: Remove NT_*** constants by Pavel Labath · 6 years ago
  22. 1177bc5 ObjectFileELF: permit thread-local sections with overlapping file addresses by Pavel Labath · 6 years ago
  23. bfb261b ObjectFile[ELF]: Refactor gnu_debuglink interface by Pavel Labath · 6 years ago
  24. e84f784 Add llvm-style RTTI to ObjectFile hierarchy by Pavel Labath · 6 years ago
  25. 20db94b ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computation by Fangrui Song · 6 years ago
  26. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  27. a3189a0 ELF: Fix a "memset clearing object of non-trivial type" warning by Pavel Labath · 6 years ago
  28. 0ace98c ObjectFileELF: Add support for gnu-style compressed sections by Pavel Labath · 6 years ago
  29. ad805ef Recognise debug_types.dwo as a debug info section by Pavel Labath · 6 years ago
  30. 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 6 years ago
  31. ddb93b6 Simplify ArchSpec::IsMIPS() by Fangrui Song · 6 years ago
  32. f0ee69f [JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptors by Stefan Granitz · 6 years ago
  33. 05cfdb0 Allow direct comparison of ConstString against StringRef by Raphael Isemann · 6 years ago
  34. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  35. f8819bd [Platform] Remove Kalimba Platform by Jonas Devlieghere · 7 years ago
  36. f05b42e Bring Doxygen comment syntax in sync with LLVM coding style. by Adrian Prantl · 7 years ago
  37. 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 7 years ago
  38. b809331 Move RangeMap.h into Utility by Pavel Labath · 7 years ago
  39. bee015e [Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpec by Alex Langford · 7 years ago
  40. 4f134fb [lldb] [ObjectFile/ELF] Fix recognizing NetBSD images by Michal Gorny · 7 years ago
  41. 66d8832 Move UnwindTable from ObjectFile to Module by Pavel Labath · 7 years ago
  42. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  43. 70355ac Remove redundant ::get() for smart pointer. (NFC) by Jonas Devlieghere · 7 years ago
  44. bd334ef Simplify ObjectFile::GetUUID by Pavel Labath · 7 years ago
  45. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  46. 43ddbc0 ELF: Fix base address computation code for files generated by yaml2obj by Pavel Labath · 7 years ago
  47. 976af43 Implement ObjectFileELF::GetBaseAddress by Pavel Labath · 7 years ago
  48. f55aea7 ELF: create "container" sections from PT_LOAD segments by Pavel Labath · 7 years ago
  49. f760f5a Simplify ObjectFile::GetArchitecture by Pavel Labath · 7 years ago
  50. 0d38e4f ELF: Don't create sections for section header index 0 by Pavel Labath · 7 years ago
  51. 62a8254 ELF: more section creation cleanup by Pavel Labath · 7 years ago
  52. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  53. ef8683a ELF: Clean up section type computation by Pavel Labath · 7 years ago
  54. 5ea7ecd ELF: Simplify program header iteration by Pavel Labath · 7 years ago
  55. 004bcb7 [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.". by George Rimar · 7 years ago
  56. 7cdb22b Revert r346848 "[LLDB] - Support the single file split DWARF." by George Rimar · 7 years ago
  57. 98963db [LLDB] - Support the single file split DWARF. by George Rimar · 7 years ago
  58. b37f1ec [ObjectFileELF] Fix misaligned read/writes caught by UBSan. by Davide Italiano · 7 years ago
  59. 6868d2d Add a relocation to ObjectFileELF::ApplyRelocations and a test by Nathan Lanza · 7 years ago
  60. 407c691 Revert "[Symbol] Search symbols with name and type in a symbol file" by Davide Italiano · 7 years ago
  61. 15da768 [Symbol] Search symbols with name and type in a symbol file by Aleksandr Urakov · 7 years ago
  62. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  63. 59b78bc [FileSystem] Remove GetByteSize() from FileSpec by Jonas Devlieghere · 7 years ago
  64. e4dee26 [LLDB] - Implement the support for the .debug_loclists section. by George Rimar · 7 years ago
  65. 6e35712 [LLDB] - Add basic support for .debug_rnglists section (DWARF5) by George Rimar · 7 years ago
  66. c6c7bfc [LLDB] - Improved DWARF5 support. by George Rimar · 7 years ago
  67. 9e2fe8b Add a relocation for R_AARCH64_ABS32 in ObjectFileELF by Stephane Sezer · 7 years ago
  68. 9ba5157 Misc module/dwarf logging improvements by Leonard Mosescu · 7 years ago
  69. 0c679b7 Revert "Add a relocation for R_AARCH64_ABS32 in ObjectFileELF" by Stephane Sezer · 7 years ago
  70. b015ca6 Add a relocation for R_AARCH64_ABS32 in ObjectFileELF by Stephane Sezer · 7 years ago
  71. 77c397f UUID: Add support for arbitrary-sized module IDs by Pavel Labath · 7 years ago
  72. 2f93fd1 Represent invalid UUIDs as UUIDs with length zero by Pavel Labath · 7 years ago
  73. 04803b3 Change AddressClass type from 'enum' to 'enum class'. by Tatyana Krasnukha · 7 years ago
  74. ad8d48f [FileSpec] Delegate common operations to llvm::sys::path by Jonas Devlieghere · 7 years ago
  75. a041d84 Add .debug_names section glue code by Pavel Labath · 7 years ago
  76. 1e6a01f Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)" by Davide Italiano · 7 years ago
  77. 56ab68f [LLDB] Support GNU-style compressed debug sections (.zdebug) by Davide Italiano · 7 years ago
  78. 2550ca1 Add support to object files for accessing the .debug_types section by Greg Clayton · 7 years ago
  79. d8f460e Enable AUTOBRIEF in doxygen configuration. by Adrian Prantl · 7 years ago
  80. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  81. edb0127 ObjectFileELF: Add support for arbitrarily named code sections by Pavel Labath · 7 years ago
  82. e4777a9 Support reading section ".gnu_debugaltlink" by Jan Kratochvil · 7 years ago
  83. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  84. 3ef4eeb [elf] Remove one copy of the section merging code by Pavel Labath · 8 years ago
  85. ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
  86. 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  87. 4f03312 Fix parsing of object files with "early" section headers by Pavel Labath · 8 years ago
  88. c561a6a Add LLDB_LOG_ERROR macro by Pavel Labath · 8 years ago
  89. b424de3 Fix assertion in ObjectFileELF by Pavel Labath · 8 years ago
  90. 50251fc Make sure DataBufferLLVM contents are writable by Pavel Labath · 8 years ago
  91. 4c2eb8b Fix 32-bit builds broken by 320813 by Pavel Labath · 8 years ago
  92. e2867bc ObjectFileELF: Add support for compressed sections by Pavel Labath · 8 years ago
  93. a6d5464 Add a symbols subcommand to lldb-test. by Zachary Turner · 8 years ago
  94. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  95. d13f691 Improve FreeBSD kernel debugging by Ed Maste · 8 years ago
  96. e1a6074 Remove uses of std::auto_ptr, it's going away in C++17. by Benjamin Kramer · 8 years ago
  97. 963ce48 Add support for the DWP debug info format by Tamas Berghammer · 8 years ago
  98. 8ac63e8 [LLDB][MIPS] Set the Section's file address for by Nitesh Jain · 8 years ago
  99. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  100. d16a6e3 Fix typo: using && instead of & when evaluating a mask by Mehdi Amini · 8 years ago