1. 969ed3d by Caroline Tice · 14 years ago
  2. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  3. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  4. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  5. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  6. 85e8b81 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 15 years ago
  7. e16c50a Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 15 years ago
  8. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  9. 8f3432c The code to check whether the number of arguments was 0 was not necessary, VerifyBreakpointIDs will turn an empty argument into the last specified breakpoint. by Jim Ingham · 15 years ago
  10. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  11. 04a339a Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 15 years ago
  12. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  13. deaab22 by Caroline Tice · 15 years ago
  14. 867b185d by Caroline Tice · 15 years ago
  15. 650b926 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 15 years ago
  16. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  17. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  18. 4550154 Fixed some comments. by Johnny Chen · 15 years ago
  19. 39d7d4f Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 15 years ago
  20. 0e1cb4e Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as by Johnny Chen · 15 years ago
  21. 3495f25 Updated help text for "breakpoint command add" to reflect r113596 changeset. by Johnny Chen · 15 years ago
  22. 94de55d Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 15 years ago
  23. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  24. 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
  25. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  26. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  27. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  28. 05407f6 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 · 15 years ago
  29. 1b54c88 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 15 years ago
  30. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  31. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago