- effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
- 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 15 years ago
- f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
- 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
- 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
- 85e8b81 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 15 years ago
- 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
- 481cef2 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 15 years ago
- 19388cf Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
- 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
- 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- 0603aa9 There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
- deaab22 by Caroline Tice · 15 years ago
- daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
- f5fb427 Fixed an issue with: by Greg Clayton · 15 years ago
- ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
- a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
- c13ee52 Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 by Johnny Chen · 15 years ago
- 09799af More help text fixes. by Caroline Tice · 15 years ago
- e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
- 3f4c09c by Caroline Tice · 15 years ago
- 1346f7e Cleaned up step logging a bit. by Greg Clayton · 15 years ago
- 6dadd50 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
- e40e421 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 15 years ago
- 09b263e Make: by Jim Ingham · 15 years ago
- e2e0b45 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 15 years ago
- 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
- 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
- f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
- 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
- b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
- a56c800 Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 15 years ago
- c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
- 69b518f typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 15 years ago
- 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- b01e742 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 · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
- 474966a I have eliminated RTTI from LLDB! by Greg Clayton · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago