1. 31fbb64 More help text fixes. by Caroline Tice · 14 years ago
  2. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  3. b0f55d4 "break set -F" should also use the full symbol name completer. by Jim Ingham · 14 years ago
  4. c1ad82e by Caroline Tice · 14 years ago
  5. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  6. 6e4c5ce by Caroline Tice · 14 years ago
  7. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  8. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  9. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  10. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  11. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  12. 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
  13. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  14. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  15. 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
  16. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  17. eb10f7b Make: by Jim Ingham · 14 years ago
  18. 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
  19. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  20. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  21. 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
  22. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  23. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  24. 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
  25. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  26. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  27. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  28. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  29. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  30. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  31. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  32. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  33. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  34. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  35. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  36. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  37. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  38. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  39. 32824aa Added logging: by Sean Callanan · 14 years ago
  40. 63c468c Fix a typo. by Stephen Wilson · 14 years ago
  41. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  42. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  43. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  44. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  45. 578ddbb Fixing a crashing bug in multiword commands from William Lynch. by Greg Clayton · 14 years ago
  46. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  47. 810f22d Wrote the code that looks at a context to see by Sean Callanan · 14 years ago
  48. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
  49. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  50. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  51. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  52. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  53. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  54. 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
  55. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  56. 099c797 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 14 years ago
  57. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
  58. 84a0d33 Remove duplicate def'n from FileSpec.h. by Jim Ingham · 14 years ago
  59. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
  60. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  61. bdbb9af Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). by Benjamin Kramer · 14 years ago
  62. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  63. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  64. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  65. 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 14 years ago
  66. 848960c Added the temporary -i option to expr, which by Sean Callanan · 14 years ago
  67. 705d678 Fixed the log streams for logs that output to by Sean Callanan · 14 years ago
  68. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  69. 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
  70. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  71. d457122 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 14 years ago
  72. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  73. 10622a2 Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 14 years ago
  74. 944be70 Unstick the -r option for the disassemble command. by Sean Callanan · 14 years ago
  75. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  76. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  77. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  78. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  79. bfe9bb9 Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 14 years ago
  80. b4a4728 More minor build fixes. by Eli Friedman · 14 years ago
  81. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago