- aea8179 "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- 6626447 Missed one place where we should use the target's SourceManager, not the debugger's. by Jim Ingham · 14 years ago
- c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
- fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
- b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
- effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 15 years ago
- 7e14f91 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 15 years ago
- 3300d77 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 15 years ago
- 176761e Added a new option to the "source list" command that allows us to see where 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
- 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
- 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 15 years ago
- 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
- 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- deaab22 by Caroline Tice · 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
- 37c1b43 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 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
- 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
- 5466e75 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 · 15 years ago
- ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago