1. 004bcb7 [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.". by George Rimar · 7 years ago
  2. 7cdb22b Revert r346848 "[LLDB] - Support the single file split DWARF." by George Rimar · 7 years ago
  3. 98963db [LLDB] - Support the single file split DWARF. by George Rimar · 7 years ago
  4. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  5. e4dee26 [LLDB] - Implement the support for the .debug_loclists section. by George Rimar · 7 years ago
  6. 6e35712 [LLDB] - Add basic support for .debug_rnglists section (DWARF5) by George Rimar · 7 years ago
  7. c6c7bfc [LLDB] - Improved DWARF5 support. by George Rimar · 7 years ago
  8. a041d84 Add .debug_names section glue code by Pavel Labath · 7 years ago
  9. 2550ca1 Add support to object files for accessing the .debug_types section by Greg Clayton · 7 years ago
  10. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  11. e4777a9 Support reading section ".gnu_debugaltlink" by Jan Kratochvil · 7 years ago
  12. 47196a2 Improve LLDB's handling of non-local minidumps by Leonard Mosescu · 7 years ago
  13. d13f691 Improve FreeBSD kernel debugging by Ed Maste · 8 years ago
  14. 963ce48 Add support for the DWP debug info format by Tamas Berghammer · 8 years ago
  15. c3c7212 Fix backtrace of noreturn functions situated at the end of a module by Pavel Labath · 8 years ago
  16. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  17. df44988 Break some dependencies in lldbUtility. by Zachary Turner · 9 years ago
  18. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  19. 3385fa0 Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file process plug-ins should be able to override the Process::GetMemoryRegionInfo(...) function. by Greg Clayton · 9 years ago
  20. 9d9b46b Remove unnecessary <limits> includes. by Jim Ingham · 10 years ago
  21. 1c58d5a Actually implement Section::GetSectionData. by Jim Ingham · 10 years ago
  22. 5023257 Move some functions from source/lldb.cpp to Utility. by Zachary Turner · 11 years ago
  23. f03e6d84 Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections by Matthew Gardiner · 11 years ago
  24. 48672af Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. by Greg Clayton · 11 years ago
  25. fd8ae3a Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp. by Todd Fiala · 11 years ago
  26. 3698a71 Don't assert and crash when sections are malformed. by Greg Clayton · 11 years ago
  27. d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
  28. 20eb31b Add a new Section::SetFileAddress method to change a Section's file address. by Jason Molenda · 12 years ago
  29. 3046e66 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 12 years ago
  30. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  31. d8c3d4b Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 12 years ago
  32. 9422dd6 <rdar://problem/13338643> by Greg Clayton · 13 years ago
  33. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  34. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  35. fc6d50e Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map). by Greg Clayton · 13 years ago
  36. 27e02d0 Added a check to the Section to make sure we don't by Sean Callanan · 13 years ago
  37. 7820bd1 <rdar://problem/11357711> by Greg Clayton · 13 years ago
  38. 5677536 Committed a change to the SectionList that introduces by Sean Callanan · 13 years ago
  39. 741f3f9 lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 14 years ago
  40. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  41. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  42. 44435ed Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 14 years ago
  43. 4017fa3 <rdar://problem/10652336> by Greg Clayton · 14 years ago
  44. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  45. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  46. 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  47. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  48. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
  49. f669358 Improved the "image dump section" command output by making sure by Greg Clayton · 15 years ago
  50. 65e364e Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 15 years ago
  51. 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
  52. 8941142 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  53. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  54. 016a95e Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 15 years ago
  55. 4ceb998 Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 15 years ago
  56. 70e33eb Allow searching for a section by SectionType. by Greg Clayton · 15 years ago
  57. dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  58. 8d38ac4 Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 15 years ago
  59. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago