1. e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 13 years ago
  2. b220388 by Caroline Tice · 13 years ago
  3. 845d6da by Caroline Tice · 13 years ago
  4. 4a34808 by Caroline Tice · 13 years ago
  5. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  6. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  7. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  8. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  9. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  10. 949d5ac 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 · 14 years ago
  11. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 14 years ago
  12. 9959b5c 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 · 14 years ago
  13. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  14. f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 14 years ago
  15. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  16. 4d6675c by Caroline Tice · 14 years ago
  17. 8bb61f0 by Caroline Tice · 14 years ago
  18. b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 14 years ago
  19. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  20. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  21. 3e0571b Fixed some comments. by Johnny Chen · 14 years ago
  22. b81ed0d Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 14 years ago
  23. c328d21 Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as by Johnny Chen · 14 years ago
  24. 4c1b218 Updated help text for "breakpoint command add" to reflect r113596 changeset. by Johnny Chen · 14 years ago
  25. d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 14 years ago
  26. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  27. 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
  28. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  29. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  30. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  31. 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
  32. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  33. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  34. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago