summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol
Commit message (Expand)AuthorAgeFilesLines
...
* Made CreateFunctionType static. Also fixed the spellingSean Callanan2010-09-161-6/+10
* Made AddFieldToRecordType a static method onSean Callanan2010-09-161-5/+6
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-155-14/+28
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-149-41/+46
* Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton2010-09-142-8/+8
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-143-13/+35
* Added the summary values for function pointers so we can show where theyGreg Clayton2010-09-131-11/+52
* Fixed a crash that would happen when using "frame variables" on any struct,Greg Clayton2010-09-121-1/+5
* Bug #: 8408441Greg Clayton2010-09-122-40/+128
* Fixed an issue I found in the mach-o symbol table parsing whereGreg Clayton2010-09-121-1/+1
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-112-28/+123
* Make sure the address passed into SymbolContext::DumpStopContext() is valid b...Greg Clayton2010-09-101-5/+8
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-104-789/+744
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-107-31/+43
* Added Symtab::FindSymbolByID() in preparation for enabling the minimalGreg Clayton2010-09-071-0/+25
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-072-36/+69
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-024-13/+39
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-1/+15
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-302-5/+50
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-243-41/+37
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-243-4/+108
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-214-430/+116
* Add an accessor to get the Declaration for a type.Jim Ingham2010-08-201-0/+5
* Add methods to Function to get the first and last source lines of the functio...Jim Ingham2010-08-201-0/+64
* Some Block:: methods wandered to the end of the file after the BlockList:: me...Jim Ingham2010-08-181-70/+70
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-0/+7
* More missing files from my previous checkin.Greg Clayton2010-08-052-22/+42
* Added support for accessing members of C++ objects,Sean Callanan2010-08-041-1/+10
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-035-186/+266
* Updated to llvm/clang from July 30, 2010 at 08:00.Greg Clayton2010-07-301-2/+7
* Removed pending TODOs after resolving them with help of the clang folks and t...Greg Clayton2010-07-291-6/+0
* Fixed "void *ClangASTContext::CreatePointerType (void *clang_type);" to retur...Greg Clayton2010-07-291-1/+19
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-284-54/+364
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-271-26/+18
* Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton2010-07-232-2/+2
* Added a new enumeration named "ClangASTContext::AccessType" that abstracts th...Greg Clayton2010-07-221-16/+175
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-215-1067/+1223
* Added functionality to dematerialize values that wereSean Callanan2010-07-201-0/+20
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-203-7/+10
* Logic fix to properly determine when a symbol is not from the currentGreg Clayton2010-07-201-1/+1
* More constructor warning fixes from William Lynch.Benjamin Kramer2010-07-201-2/+2
* Oops, didn't define AreTypesSame correctly.Sean Callanan2010-07-161-2/+2
* Added a function to test whether two types areSean Callanan2010-07-151-0/+9
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-143-5/+3
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-093-19/+27
* Moved NDEBUG from a global setting to a specificSean Callanan2010-07-081-0/+2
* Fixed an issue with looking up line table entries by address where internalGreg Clayton2010-07-061-11/+39
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-062-6/+4
* Change order of initialization.Eric Christopher2010-07-051-2/+2
* More leaks detection:Greg Clayton2010-07-021-31/+10
OpenPOWER on IntegriCloud