1. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  2. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  3. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  4. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  5. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  6. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  7. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  8. 5ba3d85 [LLDB][MIPS] Check if memory_info.GetName() is empty before finding corresponding module. by Nitesh Jain · 8 years ago
  9. 519b081 Fix a bug in r294611 w.r.t. Darwin Kernel debugging. by Jim Ingham · 9 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. d7d69f8 Support loading files even when incorrect file name specified by the linker by Tamas Berghammer · 9 years ago
  12. 5d41024 Initialize the "is_loaded" local in LoadModuleAtAddress in by Jason Molenda · 9 years ago
  13. 34ede34 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  14. 42ecef3 Add absolute load address support for the DynamicLoader plugins by Tamas Berghammer · 10 years ago
  15. f256184 Fix [vdso] handling on Android (x86 and aarch64) by Tamas Berghammer · 10 years ago
  16. 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
  17. 9e02dac Factor some methods that were in DynamicLoaderPOSIXDYLD. by Steve Pucci · 12 years ago
  18. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  19. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
  20. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
  21. 2995077 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 13 years ago
  22. 93d3c833 The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 15 years ago
  23. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  24. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago