summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Symbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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