| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new OptionGroup classes for UInt64, UUID, File and Boolean values. | Greg Clayton | 2011-05-03 | 1 | -1773/+0 |
* | Added a "--triple [<width>]" ("-t<width>" as a short option) option to the | Greg Clayton | 2011-05-02 | 1 | -4/+14 |
* | Did some work on the "register read" command to only show the first register | Greg Clayton | 2011-04-22 | 1 | -18/+45 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -7/+7 |
* | Moved the execution context that was in the Debugger into | Greg Clayton | 2011-04-12 | 1 | -20/+34 |
* | Really fix the test suite crasher this time. | Johnny Chen | 2011-04-08 | 1 | -3/+3 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -10/+13 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -3/+0 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -12/+12 |
* | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 2011-02-23 | 1 | -3/+3 |
* | Factor all the code that does "Execute a list of lldb command interpreter com... | Jim Ingham | 2011-02-18 | 1 | -1/+1 |
* | Clean up a bit of the type getting code where lldb_private:Type now has | Greg Clayton | 2011-02-16 | 1 | -1/+1 |
* | Made lldb_private::ArchSpec contain much more than just an architecture. It | Greg Clayton | 2011-02-15 | 1 | -1/+1 |
* | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 2011-02-08 | 1 | -1/+1 |
* | Fixed a crasher that could happen when trying to look at N_GSYM entries | Greg Clayton | 2011-02-08 | 1 | -0/+3 |
* | Applied a fix to qualify "UUID" with the lldb_private namespace to fix | Greg Clayton | 2011-02-04 | 1 | -1/+1 |
* | Finished up the async attach support. This allows us to request to attach | Greg Clayton | 2011-01-29 | 1 | -1/+1 |
* | Changed the SymbolFile::FindFunction() function calls to only return | Greg Clayton | 2011-01-27 | 1 | -24/+27 |
* | Added the ability to dump sections to a certain depth (for when sections | Greg Clayton | 2010-12-08 | 1 | -1/+1 |
* | These two casts are up casts, no need to use dynamic_cast. | Johnny Chen | 2010-10-29 | 1 | -1/+1 |
* | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -6/+6 |
* | Added mutex protection to the Symtab class. | Greg Clayton | 2010-10-08 | 1 | -6/+106 |
* | Hooked up ability to look up data symbols so they show up in disassembly | Greg Clayton | 2010-10-08 | 1 | -0/+7 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -5/+43 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -19/+19 |
* | Fixed the forward declaration issue that was present in the DWARF parser after | Greg Clayton | 2010-09-29 | 1 | -1/+1 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -75/+75 |
* | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -9/+8 |
* | Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. | Greg Clayton | 2010-09-11 | 1 | -1/+2 |
* | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 2010-09-09 | 1 | -1/+1 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -2/+2 |
* | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 1 | -2/+2 |
* | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 2010-09-02 | 1 | -1/+1 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -6/+6 |
* | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 2010-08-24 | 1 | -1/+1 |
* | Added support for objective C built-in types: id, Class, and SEL. This | Greg Clayton | 2010-08-03 | 1 | -12/+118 |
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -2/+2 |
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
* | Centralized all disassembly into static functions in source/Core/Disassembler... | Greg Clayton | 2010-06-30 | 1 | -0/+4 |
* | Add a source file completer to the CommandCompleters. | Jim Ingham | 2010-06-30 | 1 | -0/+4 |
* | Fixed debug map in executable + DWARF in .o debugging on Mac OS X. | Greg Clayton | 2010-06-28 | 1 | -8/+48 |
* | Added function name types to allow us to set breakpoints by name more | Greg Clayton | 2010-06-28 | 1 | -3/+6 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -113/+109 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -2/+2 |
* | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 2010-06-15 | 1 | -16/+15 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+1419 |