summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab
Commit message (Expand)AuthorAgeFilesLines
* Make sure we have a valid object file before we try getting the symbol tableGreg Clayton2011-06-191-30/+32
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-082-31/+0
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-20/+10
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-132-3/+3
* Added initial support to the lldb_private::SymbolFile for findingGreg Clayton2010-11-102-0/+9
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-292-0/+8
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-4/+3
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-032-9/+12
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-281-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+14
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-282-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-082-0/+537
OpenPOWER on IntegriCloud