1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. 87e403a Re-land "Extract construction of DataBufferLLVM into FileSystem" by Jonas Devlieghere · 7 years ago
  3. 9a89d93 Revert "Extract construction of DataBufferLLVM into FileSystem" by Davide Italiano · 7 years ago
  4. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  5. 1cc0714 Extract construction of DataBufferLLVM into FileSystem by Jonas Devlieghere · 7 years ago
  6. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  7. 4637696 [FileSystem] Extend file system and have it use the VFS. by Jonas Devlieghere · 7 years ago
  8. 991e445 Don't type-erase the SymbolContextItem enumeration. by Zachary Turner · 7 years ago
  9. 7e9649b Remove byte counting from SourceManager [NFC] by Raphael Isemann · 7 years ago
  10. 2078632 Move the column marking functionality to the Highlighter framework by Raphael Isemann · 7 years ago
  11. 2d437f6 Remove manual byte counting from Highlighter code. by Raphael Isemann · 7 years ago
  12. 566afa0 [LLDB] Added syntax highlighting support by Raphael Isemann · 7 years ago
  13. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  14. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  15. 7f6a7a3 Remove FileSpec::ReadFileContents. by Zachary Turner · 9 years ago
  16. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  17. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  18. 3dc342eb Remove TimeValue usage from lldb/Core. NFC. by Pavel Labath · 9 years ago
  19. 1408bf7 Remove TimeValue usage from FileSpec.h by Pavel Labath · 9 years ago
  20. 5a8ad459 Make lldb -Werror clean on Windows. by Zachary Turner · 9 years ago
  21. 0509203 Fix for loop sign fix in r282112 for column = 0 by Ed Maste · 9 years ago
  22. ac77fe3 Fix integer sign warning from r282105 by Ed Maste · 9 years ago
  23. 9666ba7 add stop column highlighting support by Todd Fiala · 9 years ago
  24. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  25. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  26. 03439a8 Silence some MSVC warnings. by Stephane Sezer · 10 years ago
  27. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  28. 0d5b0a8 Centralize where we update the source file contents in SourceManager::GetFile() in case APIs are called that don't update the source. by Greg Clayton · 10 years ago
  29. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  30. 633a29c Further reduce header footprint of Debugger.h. by Zachary Turner · 11 years ago
  31. 75f11eb Fix the missleading indentation. Fix CID 1096332 by Sylvestre Ledru · 11 years ago
  32. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  33. 2490f5c Fix a bunch of compile time warnings and a build failure on ubuntu. by Eric Christopher · 12 years ago
  34. 9585fbf <rdar://problem/13443931> by Greg Clayton · 13 years ago
  35. 4a89501 <rdar://problem/12537646> by Greg Clayton · 13 years ago
  36. e4ca515 <rdar://problem/13404189> by Greg Clayton · 13 years ago
  37. f6cdd12 Fixed an bug found by running LLDB with the address sanitizer! We were accessing one past the end of the buffer. by Greg Clayton · 13 years ago
  38. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  39. 196bbc2 Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the by Jim Ingham · 13 years ago
  40. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  41. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  42. d804d28 <rdar://problem/8196933> by Greg Clayton · 14 years ago
  43. 9df05fb Extended function lookup to allow the user to by Sean Callanan · 14 years ago
  44. 64bab48 rdar://problem/10227672 by Johnny Chen · 14 years ago
  45. 6f6bf26 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 14 years ago
  46. b6d70eb Added ClangNamespaceDecl * parameters to several by Sean Callanan · 14 years ago
  47. f327775 Don't look up main to find the default source file till somebody actually asks for it. by Jim Ingham · 14 years ago
  48. 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  49. e37d605 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 14 years ago
  50. b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
  51. 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  52. 7e14f91 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
  53. 176761e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
  54. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  55. 9625d08 Fixed an issue in our source manager where we were permanently caching source by Greg Clayton · 15 years ago
  56. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago