- f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 15 years ago
- 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- 4d6675c by Caroline Tice · 15 years ago
- 8bb61f0 by Caroline Tice · 15 years ago
- b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 15 years ago
- fe424a9 General command line help cleanup: by Greg Clayton · 15 years ago
- 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- 3e0571b Fixed some comments. by Johnny Chen · 15 years ago
- b81ed0d Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 15 years ago
- c328d21 Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as by Johnny Chen · 15 years ago
- 4c1b218 Updated help text for "breakpoint command add" to reflect r113596 changeset. by Johnny Chen · 15 years ago
- d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 15 years ago
- abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
- 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 · 15 years ago
- bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
- 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
- 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 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 · 15 years ago
- 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 15 years ago
- 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago