1. 0610a25 [lldb] Delete copy operations on PluginInterface class by Pavel Labath · 5 years ago
  2. 642bc15 [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions by Raphael Isemann · 6 years ago
  3. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  4. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 7 years ago
  5. 1724a17 Rename Target::GetSharedModule to Target::GetOrCreateModule. by Jason Molenda · 7 years ago
  6. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  7. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  8. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  9. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  10. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  11. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  12. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  13. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  14. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 9 years ago
  15. 5ba3d85 [LLDB][MIPS] Check if memory_info.GetName() is empty before finding corresponding module. by Nitesh Jain · 9 years ago
  16. 519b081 Fix a bug in r294611 w.r.t. Darwin Kernel debugging. by Jim Ingham · 9 years ago
  17. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  18. d7d69f8 Support loading files even when incorrect file name specified by the linker by Tamas Berghammer · 9 years ago
  19. 5d41024 Initialize the "is_loaded" local in LoadModuleAtAddress in by Jason Molenda · 9 years ago
  20. 34ede34 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  21. 42ecef3 Add absolute load address support for the DynamicLoader plugins by Tamas Berghammer · 10 years ago
  22. f256184 Fix [vdso] handling on Android (x86 and aarch64) by Tamas Berghammer · 10 years ago
  23. 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
  24. 9e02dac Factor some methods that were in DynamicLoaderPOSIXDYLD. by Steve Pucci · 12 years ago
  25. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  26. 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 · 13 years ago
  27. 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 · 13 years ago
  28. 2995077 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 13 years ago
  29. 93d3c833 The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 15 years ago
  30. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  31. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago