1. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  2. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  3. 5ded67a Uncomment/fix "-f" command option for disassemble command. by Caroline Tice · 14 years ago
  4. 4d6675c by Caroline Tice · 14 years ago
  5. fb35511 by Caroline Tice · 14 years ago
  6. cc112ac Fixed indentation. by Johnny Chen · 14 years ago
  7. 106a737 Fixed 'expr' help message. by Johnny Chen · 14 years ago
  8. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  9. 17dce1c by Caroline Tice · 14 years ago
  10. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  11. a0af4bd Change command option "--no_override" to "--no-override" (hypen instead of underscore). by Caroline Tice · 14 years ago
  12. 1ebef44 by Caroline Tice · 14 years ago
  13. 8bb61f0 by Caroline Tice · 14 years ago
  14. b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 14 years ago
  15. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  16. aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 14 years ago
  17. 1e30afd Fixed an issue with: by Greg Clayton · 14 years ago
  18. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  19. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  20. 41ae217 Modify "settings list" so you can specify a particular instance setting name, by Caroline Tice · 14 years ago
  21. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  22. 4805a1c If you have already loaded a file into the debugger, "process attach" will attach to a process with the filename, unless you specify otherwise. by Jim Ingham · 14 years ago
  23. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  24. c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 14 years ago
  25. a357ecf Fixed the implementation of "bool Block::Contains (const Block *block) const" by Greg Clayton · 14 years ago
  26. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  27. 8dbb6e8 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 14 years ago
  28. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 14 years ago
  29. c0cf52d Make sure we have a variable list so we don't crash when a frame has no by Greg Clayton · 14 years ago
  30. 3b71737 Removed unused variable. by Greg Clayton · 14 years ago
  31. aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 14 years ago
  32. 146292c Add 'unalias' to the commands sub-command dictionary. by Caroline Tice · 14 years ago
  33. 7c36fa0 Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 14 years ago
  34. 3e0571b Fixed some comments. by Johnny Chen · 14 years ago
  35. b81ed0d Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 14 years ago
  36. 4ae5196 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 14 years ago
  37. c328d21 Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as by Johnny Chen · 14 years ago
  38. 4c1b218 Updated help text for "breakpoint command add" to reflect r113596 changeset. by Johnny Chen · 14 years ago
  39. d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 14 years ago
  40. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  41. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  42. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  43. 0f6fa73 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 14 years ago
  44. 31fbb64 More help text fixes. by Caroline Tice · 14 years ago
  45. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  46. b0f55d4 "break set -F" should also use the full symbol name completer. by Jim Ingham · 14 years ago
  47. c1ad82e by Caroline Tice · 14 years ago
  48. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  49. 6e4c5ce by Caroline Tice · 14 years ago
  50. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  51. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  52. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  53. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  54. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  55. deb0fd2 Stream::Printf doesn't add a newline, so it needs to be added to all the error messages in CommandObjectExpression::EvaluateExpression. by Jim Ingham · 14 years ago
  56. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  57. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  58. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  59. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  60. eb10f7b Make: by Jim Ingham · 14 years ago
  61. d9e2b76 Change the "-S", "-F" and "-M" options to take their arguments directly, rather than requiring the -n option. This means you can't "or" together the types (i.e. set a breakpoint on a method or selector called "whatever". But that is a pretty uncommon operation, and having to provide two flags for the more common "set a breakpoint on this selector" is annoying. by Jim Ingham · 14 years ago
  62. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  63. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  64. c833295 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 · 14 years ago
  65. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  66. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  67. 338f753 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 · 14 years ago
  68. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  69. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  70. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  71. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  72. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  73. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  74. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  75. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  76. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  77. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  78. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  79. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  80. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  81. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  82. 32824aa Added logging: by Sean Callanan · 14 years ago
  83. 63c468c Fix a typo. by Stephen Wilson · 14 years ago
  84. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  85. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  86. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  87. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  88. 578ddbb Fixing a crashing bug in multiword commands from William Lynch. by Greg Clayton · 14 years ago
  89. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  90. 810f22d Wrote the code that looks at a context to see by Sean Callanan · 14 years ago
  91. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
  92. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  93. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  94. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  95. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  96. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  97. 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
  98. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  99. 099c797 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 14 years ago
  100. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago