1. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  2. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  3. 9347b68 "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly. by Jim Ingham · 8 years ago
  4. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  5. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  6. 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
  7. 2c84f90 Remove some more uses of Args::GetArgumentAtIndex. by Zachary Turner · 9 years ago
  8. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  9. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  10. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  11. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  12. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  13. 9666ba7 add stop column highlighting support by Todd Fiala · 9 years ago
  14. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  15. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  16. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  17. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  18. 911d578 Keep original source path and mapped path in LineEntry by Ted Woodward · 9 years ago
  19. 3f18ea0 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  20. 954b40b Add support for "source info" and use it to fix MI's -symbol-list-lines. by Dawn Perchik · 10 years ago
  21. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  22. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  23. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  24. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  25. c980fa9 Change the default disassembly format again. First attempt at by Jason Molenda · 11 years ago
  26. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  27. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  28. aff1b35 Add a new disassembly-format specification so that the disassembler by Jason Molenda · 11 years ago
  29. ca902e8 Fix the missleading indentation. Fix CID 1096300 by Sylvestre Ledru · 11 years ago
  30. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  31. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  32. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  33. d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
  34. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  35. cc791bb Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 12 years ago
  36. ef2129d <rdar://problem/13217784> by Greg Clayton · 12 years ago
  37. ee0c832 <rdar://problem/13678882> by Greg Clayton · 12 years ago
  38. e4ca515 <rdar://problem/13404189> by Greg Clayton · 13 years ago
  39. 7231035 <rdar://problem/13265297> by Greg Clayton · 13 years ago
  40. b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
  41. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  42. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  43. 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
  44. c1a9ecd <rdar://problem/8908550> by Greg Clayton · 13 years ago
  45. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  46. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  47. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  48. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  49. b9a01b3 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 14 years ago
  50. 9df05fb Extended function lookup to allow the user to by Sean Callanan · 14 years ago
  51. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  52. 9c97844 Missing return in error handling for "source list". by Jim Ingham · 14 years ago
  53. aea8179 "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 14 years ago
  54. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  55. 6626447 Missed one place where we should use the target's SourceManager, not the debugger's. by Jim Ingham · 14 years ago
  56. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  57. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  58. 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
  59. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  60. 7e14f91 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
  61. 3300d77 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 14 years ago
  62. 176761e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
  63. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  64. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  65. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  66. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  67. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  68. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  69. 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 15 years ago
  70. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  71. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  72. deaab22 by Caroline Tice · 15 years ago
  73. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  74. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  75. 37c1b43 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
  76. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  77. 3f4c09c by Caroline Tice · 15 years ago
  78. 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  79. 5466e75 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 15 years ago
  80. ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
  81. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  82. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  83. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago