1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. d7d69f8 Support loading files even when incorrect file name specified by the linker by Tamas Berghammer · 9 years ago
  3. 5d41024 Initialize the "is_loaded" local in LoadModuleAtAddress in by Jason Molenda · 9 years ago
  4. 34ede34 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  5. 42ecef3 Add absolute load address support for the DynamicLoader plugins by Tamas Berghammer · 10 years ago
  6. f256184 Fix [vdso] handling on Android (x86 and aarch64) by Tamas Berghammer · 10 years ago
  7. 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
  8. 9e02dac Factor some methods that were in DynamicLoaderPOSIXDYLD. by Steve Pucci · 12 years ago
  9. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  10. 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
  11. 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
  12. 2995077 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 13 years ago
  13. 93d3c833 The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 15 years ago
  14. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  15. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago