1. 181b823 Move Broadcaster+Listener+Event combo from Core into Utility by Pavel Labath · 7 years ago[Renamed (98%) from lldb/source/Core/Event.cpp]
  2. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  3. 082bab1 Reimplement EventDataBytes::Dump to avoid DumpDataExtractor by Pavel Labath · 7 years ago
  4. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  5. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  6. 29cb868 Isolate Target-specific functionality of DataExtractor. by Zachary Turner · 9 years ago
  7. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  8. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago
  9. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  10. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  11. 514d8cd Update the prompt related functions to use StringRefs. by Zachary Turner · 9 years ago
  12. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  13. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  14. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  15. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  16. 1e20f02 Fix some long standing issues that caused tests to be flaky. by Greg Clayton · 9 years ago
  17. a74f37a Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  18. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  19. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  20. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  21. 6a3efac Improve the broadcast event dumping. by Greg Clayton · 13 years ago
  22. 969ed3d by Caroline Tice · 14 years ago
  23. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  24. 36f3b36 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 15 years ago
  25. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  26. 8896697 Add missing includes. by Eli Friedman · 15 years ago
  27. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago