1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  3. be73fd6 Remove duplicated check and shared_ptr copying. by Tatyana Krasnukha · 7 years ago
  4. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  5. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  6. 7263f1b Invert ArchSpec<->Platform dependency by Pavel Labath · 8 years ago
  7. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  8. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  9. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  10. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  11. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  12. 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
  13. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  14. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  15. 0b4c26b I'm experimenting with changing how the mixed source & assembly by Jason Molenda · 9 years ago
  16. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  17. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  18. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  19. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  20. 26cac3a 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
  21. 125adcf0 Change the (internal to this file only) enum names from gcc_ to by Jason Molenda · 10 years ago
  22. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  23. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  24. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  25. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  26. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  27. 2f4693a Get "dis -c -s" working again. by Jim Ingham · 11 years ago
  28. 2f2c876 Make "disassemble -a" work when the target is not running yet. It will dump all the functions matching that address, just like "disassemble -n" does before running. by Jim Ingham · 12 years ago
  29. 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
  30. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  31. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  32. bcf81ea Fix a couple of typos in the help text for disassemble by Ben Langmuir · 12 years ago
  33. 35729bb Adds an option to resolve a symbol from an address that can be used by Ashok Thirumurthi · 12 years ago
  34. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  35. 801237a Change the disassemble option to specify the architecture from '-a' to '-A'. by Jason Molenda · 12 years ago
  36. 0f063ba Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 13 years ago
  37. b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
  38. 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
  39. 1fb2e7d Switch "disassemble" with no arguments or options to disassemble the current frame instead of around the current PC. by Greg Clayton · 13 years ago
  40. b9d5df5 <rdar://problem/12820334> by Greg Clayton · 13 years ago
  41. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  42. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  43. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  44. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  45. 9a02851 Removed explicit NULL checks for shared pointers by Sean Callanan · 13 years ago
  46. 7e6d4e5 Instructions generated by a disassembler can now by Sean Callanan · 13 years ago
  47. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  48. 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
  49. e761213 <rdar://problem/10997402> by Greg Clayton · 14 years ago
  50. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  51. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  52. 3555b5d disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past. by Jim Ingham · 14 years ago
  53. b10d72f Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 14 years ago
  54. 1da6f9d Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 14 years ago
  55. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  56. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  57. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  58. 1f1b269 Fix a test suite crasher. by Johnny Chen · 14 years ago
  59. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  60. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  61. 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 15 years ago
  62. 1080edbc Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 15 years ago
  63. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  64. 37023b0 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 15 years ago
  65. b3396b2 Fixed the -r parameter to the disassemble command by Sean Callanan · 15 years ago
  66. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  67. dae97b4 Revert last checking to CommandObjectDisassemble.cpp; that was by Jason Molenda · 15 years ago
  68. fa19c3e7 Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 15 years ago
  69. 8ceb8ba The r117616 check in broken these two test cases: by Johnny Chen · 15 years ago
  70. dbaf183 Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 15 years ago
  71. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  72. 8d88020 Uncomment/fix "-f" command option for disassemble command. by Caroline Tice · 15 years ago
  73. deaab22 by Caroline Tice · 15 years ago
  74. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  75. 6dbd398 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 15 years ago
  76. 3f4c09c by Caroline Tice · 15 years ago
  77. 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
  78. 9da7bd0 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 15 years ago
  79. dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  80. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  81. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  82. a68c1a2 Unstick the -r option for the disassemble command. by Sean Callanan · 15 years ago
  83. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  84. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  85. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago