- f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
- 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- f16066e Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
- 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 · 14 years ago
- f4ecaa5 Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 14 years ago
- 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
- 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
- 7012049 Fixed a crasher that could happen when trying to look at N_GSYM entries by Greg Clayton · 14 years ago
- 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
- 513c26c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
- 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
- 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
- 2a9177c These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 15 years ago
- 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
- 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
- 8941142 Hooked up ability to look up data symbols so they show up in disassembly 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
- 1be10fc Fixed the forward declaration issue that was present in the DWARF parser after 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
- bcf2cfb Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 15 years ago
- 101c7c2 Make all debugger-level user settable variables into instance variables. 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
- 6dadd50 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 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
- b0b9fe6 Added support for objective C built-in types: id, Class, and SEL. This 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
- c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
- dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
- 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
- 8d38ac4 Fixed debug map in executable + DWARF in .o debugging on Mac OS X. 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
- 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
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago