summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-114-87/+166
* Always look up the symbols with FindSymbolByID since we are minimizing the sy...Jim Ingham2010-09-101-9/+1
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-1014-234/+1367
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-1/+1
* Disable minimized symbol tables for now as this was causing test suite failures.Greg Clayton2010-09-081-1/+1
* Enable minimized symbol tables when parsing mach-o files. ThisGreg Clayton2010-09-081-4/+55
* Remove the Flags member in lldb_private::Module in favor of bitfield booleanGreg Clayton2010-09-071-0/+3
* Updated the x86_64 and i386 ABIs to chain RBPSean Callanan2010-09-072-2/+14
* Added Symtab::FindSymbolByID() in preparation for enabling the minimalGreg Clayton2010-09-071-1/+11
* Improved name demangling performance by 20% on darwin.Greg Clayton2010-09-031-6/+11
* Cleaned up step logging a bit.Greg Clayton2010-09-031-1/+1
* Fixed an lldb infrastructure bug, where the debugger should reaaly update itsJohnny Chen2010-09-031-0/+1
* Added some extra logging to track asynchronous packet activity.Greg Clayton2010-09-033-0/+28
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-033-8/+23
* Pacify operator precedence warnings. No functionality change because eLaunchF...Benjamin Kramer2010-09-031-2/+2
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-0/+1
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-314-18/+44
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-302-2/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-243-4/+4
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-243-4/+4
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-216-66/+99
* Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit-...Jim Ingham2010-08-201-5/+1
* Avoid an assertion crash by avoiding a circular dependency in the objectiveGreg Clayton2010-08-181-3/+0
* Fixed an issue where we would return matches for DWARF in the .o files whenGreg Clayton2010-08-171-4/+38
* Fixed FindFunctions so it works with all the new name types for the DWARF in ...Greg Clayton2010-08-171-17/+18
* Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham2010-08-124-114/+26
* Few little fixes to reading in inlined functions. Also added a test case wit...Jim Ingham2010-08-121-6/+27
* Looks like this is how you identify executables in ELF.Jim Ingham2010-08-101-2/+1
* Remove unused powerpc unwind support.Jason Molenda2010-08-097-615/+0
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-0910-39/+106
* Fixed namespace visibility problems that wereSean Callanan2010-08-062-21/+21
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-049-121/+461
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-039-193/+134
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-284-18/+67
* Fix makefiles to build properly on Darwin.Stephen Wilson2010-07-241-1/+2
* Add a new Process plugin for Linux.Stephen Wilson2010-07-2412-2/+3010
* Centralized the Mach exception stop info code by adding it as a firstGreg Clayton2010-07-233-272/+11
* Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton2010-07-237-16/+16
* Added Mach exception stop descriptions. The chunk of code I just added needs ...Greg Clayton2010-07-231-37/+215
* Added extensive logging of the code that is actually goingSean Callanan2010-07-231-9/+13
* Added a new enumeration named "ClangASTContext::AccessType" that abstracts th...Greg Clayton2010-07-222-33/+31
* Modified both the ObjectFileMachO and ObjectFileELF to correctly set theGreg Clayton2010-07-214-123/+118
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-218-173/+182
* Updated LLVM and Clang to July 20 at 16:00.Greg Clayton2010-07-211-6/+3
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-205-13/+14
* More constructor warning fixes from William Lynch.Benjamin Kramer2010-07-201-3/+3
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-145-24/+22
* Remove our local ELF definitions and rely on llvm/Support/ELF.h instead.Stephen Wilson2010-07-131-376/+0
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-136-1716/+1203
OpenPOWER on IntegriCloud