summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Symbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-041-3/+10
* Optimize finding the Complete Definition of an ObjC class for debug with .o f...Greg Clayton2015-02-251-1/+1
* Fix the dumping of symbol tables to be correctly alligned for all entries whe...Greg Clayton2015-02-251-4/+1
* Correctly handle N_INDR nlist entries and don't rely on the trie information ...Greg Clayton2015-02-141-11/+6
* Make sure is_indirect local var is initialized; there Jason Molenda2014-10-151-1/+1
* Fixed the Symbol code to resolve the callable addressSean Callanan2014-05-231-2/+45
* ReExported symbols can point to a library that doesn't actuallyJim Ingham2014-05-211-28/+65
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-4/+4
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+37
* <rdar://problem/14496092>Greg Clayton2013-10-211-0/+120
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-32/+7
* Symbol prologue code checks if funciton lines up with symbol and uses functio...Michael Sartain2013-07-031-45/+58
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-17/+55
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-14/+14
* Fixed issues with the way ELF symbols are parsed:Greg Clayton2013-04-131-2/+4
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-1/+7
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-6/+6
* <rdar://problem/12106825>Greg Clayton2012-11-271-0/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Sanity check the result of Symbol::GetPrologueByteSize - make sure it is not ...Jim Ingham2012-07-241-0/+6
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-2/+2
* <rdar://problem/11455398>Greg Clayton2012-05-151-1/+1
* Make sure the byte size is correct when dumping as it may need to be calculat...Greg Clayton2012-03-071-4/+5
* <rdar://problem/10997402>Greg Clayton2012-03-071-44/+17
* Fixed Symbol objects being able to get their byte size.Greg Clayton2012-03-021-0/+43
* <rdar://problem/10103468>Greg Clayton2012-02-241-19/+17
* Added many more python convenience accessors:Greg Clayton2012-02-011-1/+6
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-12/+6
* Save a little bit of memory that was being reserved in a UniqueCStringMapGreg Clayton2011-12-281-6/+0
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-0/+3
* Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by notGreg Clayton2011-11-221-16/+16
* <rdar://problem/10338439>Greg Clayton2011-11-131-1/+0
* Fix a type in Symbol::Compare which was causing calls to Compare with type eS...Jim Ingham2011-10-291-1/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-7/+25
* Removed some commented out code from the DWARF parser.Greg Clayton2011-09-301-26/+4
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-241-6/+9
* Removed the function:Greg Clayton2011-09-171-1/+1
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-0/+16
* Order of initialization lists.Stephen Wilson2011-04-111-4/+4
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-5/+6
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-5/+1
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-6/+16
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-0/+45
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-0/+20
* Move a bunch of trivial methods into the header. These compile down to 1-2Benjamin Kramer2010-06-211-146/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+463
OpenPOWER on IntegriCloud