1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  3. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  4. 02989a4 Fix an issue where one could not define a Python command with the same name as an existing alias (or rather, one could but the results of invoking the command were far from satisfactory) by Enrico Granata · 9 years ago
  5. 0a99485 Fix an issue where the apropos command would not print fully qualified command names for nested command objects by Enrico Granata · 9 years ago
  6. 520a422 Add a --element-count option to the expression command by Enrico Granata · 9 years ago
  7. 612917c Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawning an inferior process by Enrico Granata · 9 years ago
  8. 648e438 Add help for our regular expression commands when aliased by Enrico Granata · 9 years ago
  9. d033e1c Change 'apropos' such that it doesn't look into the "long help/syntax" strings for commands by Enrico Granata · 10 years ago
  10. bfb75e9 Make it so that a command alias can actually remove the help/long help from its parent command by setting itself to an empty help string by Enrico Granata · 10 years ago
  11. 660764a Fix a bug caused by my alias refactoring where, if an alias was defined in terms of another alias, trying to run the nested command would actually cause a crash in the command interpreter by Enrico Granata · 10 years ago
  12. d23be3d Use Enrico's new CommandAlias to give better help to the "sif" command. by Jim Ingham · 10 years ago
  13. ee88b61 Workaround the fact that "b" is now a separate command object from "_regexp-break", and thus "help b" doesn't show the possible syntaxes by Enrico Granata · 10 years ago
  14. bef55ac Lots of progress on the CommandAlias refactoring by Enrico Granata · 10 years ago
  15. 3e271af More of the alias refactoring work! CommandAlias is now a CommandObject by Enrico Granata · 10 years ago
  16. 4643c01 Last round of preliminary cleanup in my refactoring of aliases. by Enrico Granata · 10 years ago
  17. 937631c Move CommandAlias to its own file; also by Enrico Granata · 10 years ago
  18. 1ab4adb Use c_str() instead of GetCString() to fix build by Ewan Crawford · 10 years ago
  19. 443923b This is actually a FileSpec, so use .GetCString() instead by Enrico Granata · 10 years ago
  20. c8fd719 Use .c_str() here to unbreak the Linux build by Enrico Granata · 10 years ago
  21. 212130a A few more improvements on the way to the command alias refactoring by Enrico Granata · 10 years ago
  22. 002ab61 Turn GetAliasOptions() into GetAlias() by Enrico Granata · 10 years ago
  23. 4a79592 Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free template function in lldb_private by Enrico Granata · 10 years ago
  24. 5df5402 Unbreak linux build broken by r262901 by Jason Molenda · 10 years ago
  25. 5e55030 Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using any instance data on the CommandInterpreter anyway by Enrico Granata · 10 years ago
  26. 308f73c Change the way command aliases are stored. Go from a model where a map holds the alias -> underlying command binding and another map holds the alias -> options, to a model where one single map holds the alias -> (all useful data) combination by Enrico Granata · 10 years ago
  27. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  28. 6fc5c7f Clear alias argument vector for 'p' alias. by Chaoren Lin · 10 years ago
  29. 970bb9e Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif <target function>" - i.e. step-into-function by Jim Ingham · 10 years ago
  30. cec91ef Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. by Greg Clayton · 10 years ago
  31. 878ae01 This patch stops lldb from loading a .lldbinit file from the current by Jason Molenda · 10 years ago
  32. 41571781 Per Jim's suggestion, move checks that we're not mixing and matching Debuggers and Commands deeper in the bowels of LLDB by Enrico Granata · 10 years ago
  33. 962260c Fix a glitch in the Driver's batch mode when used with "attach". by Jim Ingham · 10 years ago
  34. 6681041 Added the concept of a Read-Eval-Print-Loop to LLDB. by Sean Callanan · 10 years ago
  35. f515729 Move the "run" alias from process launch --shell to process launch --shell-expand-args when building on OS X by Enrico Granata · 10 years ago
  36. 89d3f09 Fix tab completion for command arguments containing spaces by Tamas Berghammer · 10 years ago
  37. 2c1f46d Convert the ScriptInterpreter system to a plugin-based one. by Zachary Turner · 10 years ago
  38. 8a67bf7 Add UNUSED_IF_ASSERT_DISABLED and apply it. by Bruce Mitchener · 10 years ago
  39. 3937bc6 Add new bugreport command to lldb by Tamas Berghammer · 10 years ago
  40. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  41. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  42. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  43. c9c55a2 Add language command and LanguageRuntime plugin changes to allow vending of command objects. by Colin Riley · 10 years ago
  44. 2304b6f Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033 by Adrian McCarthy · 10 years ago
  45. e7e8e3c Fix check for options in "command alias" by Ted Woodward · 10 years ago
  46. acf28be Turn off 'quit' confirmation in lldb-mi by Ilia K · 11 years ago
  47. 8a00a56 Fix broadcasters for interpreter and process: by Ilia K · 11 years ago
  48. 910db5c Help for _regexp-break wasn't very clear. Added more detailed explanations of all things that can be typed by the _regexp-break command. by Greg Clayton · 11 years ago
  49. 633a29c Further reduce header footprint of Debugger.h. by Zachary Turner · 11 years ago
  50. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
  51. 9aaab55 Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers. by Siva Chandra · 11 years ago
  52. e507bce Allow python command interpreter commands to be interruptable via CTRL+C. by Greg Clayton · 11 years ago
  53. a487aa4 Three related changes to help: by Kate Stone · 11 years ago
  54. b547278 Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command. by Greg Clayton · 11 years ago
  55. 4af5961 Audit uses of ConstString::AsCString() to make sure they weren't assuming by Jim Ingham · 11 years ago
  56. d90ac93 Added a new regular expression to the "_regexp-break" command ("b" by default): by Greg Clayton · 11 years ago
  57. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  58. e30f11d Complete rewrite of interactive editing support for single- and multi-line input. by Kate Stone · 11 years ago
  59. dc6224e Make the "synchronous" mode actually work without race conditions. by Greg Clayton · 11 years ago
  60. 10687b0 Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. by Zachary Turner · 11 years ago
  61. ffc9f1d This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger by Jim Ingham · 11 years ago
  62. 26c7bf9 Rework the way we pass "run multiple command" options to the various API's that by Jim Ingham · 11 years ago
  63. ca0e5ad In cases where you'd use an expression to get a value to insert in a command, be ready to use synthetic children if they are there. Those are now a source of values, so worth checking for by Enrico Granata · 11 years ago
  64. cacde7d Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. by Todd Fiala · 11 years ago
  65. 5c91d5c1 Add a comment explaining why we're casting the local variable. by Eric Christopher · 11 years ago
  66. 9ad8394 Quiet unused variable warning that only occurs when compiling optimized. by Eric Christopher · 11 years ago
  67. a21fee0 Move the rest of the HostInfo functions over. by Zachary Turner · 11 years ago
  68. 2d4b512 fix the _regexp-break command to allow quotes around the name: by Greg Clayton · 11 years ago
  69. 380f3d8 Fixed an issue where the LLDB command prompt isn't interactive if you use -o -O -S -s or specify a file on the command line. by Greg Clayton · 11 years ago
  70. 06357c9 (no commit message) by Greg Clayton · 11 years ago
  71. 9e757b7 Use llvm Support functions to get the user's home directory. by Zachary Turner · 11 years ago
  72. 013434e __arm64__ and __aarch64__ #ifdef adjustments by Todd Fiala · 11 years ago
  73. 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
  74. 8646d3c Rename eExecution*** to eExpression*** to be consistent with the result type. by Jim Ingham · 11 years ago
  75. 1624a2d Make the Expression Execution result enum available to the SB API layer. by Jim Ingham · 11 years ago
  76. f0066ad Fixed CTRL+C related issues: by Greg Clayton · 11 years ago
  77. ed6499f Free the strong reference to a lldb::SBDebugger that the script interpreter was holding onto in the "lldb.debugger" global variable. by Greg Clayton · 11 years ago
  78. 0c4129f Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset when we quit. by Greg Clayton · 11 years ago
  79. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  80. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  81. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  82. f6913cd Allow line numbers to be shown in multi-line expressions. by Greg Clayton · 12 years ago
  83. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  84. 8ee6731 Don't print out "script" results twice. by Greg Clayton · 12 years ago
  85. e4e462c Fixed output to display correctly for "command source" by fixing the correct flags being set. by Greg Clayton · 12 years ago
  86. 340b030 Fixed an issue where "command source" would not do the right thing: by Greg Clayton · 12 years ago
  87. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  88. 765d2e2 Fix autocompletion for multi-word commands. by Greg Clayton · 12 years ago
  89. c28ce78 Fixed a build warning for a missing switch case. by Greg Clayton · 12 years ago
  90. 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
  91. edb3b21 Fix the command name in the syntax text for _regexp-list by Ben Langmuir · 12 years ago
  92. f86248d Added a 'jump' command, similar to GDBs. by Richard Mitton · 12 years ago
  93. 7c56667 Restore -- "end of args" marker for shell by Ed Maste · 12 years ago
  94. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  95. b8ca4a2 Switch '/bin/bash' to '/bin/sh' by Ed Maste · 12 years ago
  96. a297a97 Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 12 years ago
  97. 5342c44 This patch fixes the issue where our command-line tab completer would sometimes replicate commands by Enrico Granata · 12 years ago
  98. 7594f14 <rdar://problem/14134716> by Enrico Granata · 12 years ago
  99. aded51d <rdar://problem/13299214> by Enrico Granata · 12 years ago
  100. 012d4fc <rdar://problem/12876503> by Enrico Granata · 12 years ago