summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Symbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-071-2/+3
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-5/+4
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-281-5/+10
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-32/+27
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix GetDisplayName when only a demangled name is availableFrancis Ricci2016-10-061-2/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-641/+468
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-191-0/+7
* Revert "Unconditionally accept symbol sizes from elf"Tamas Berghammer2016-01-181-7/+0
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-181-0/+7
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-7/+21
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-061-0/+8
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+22
* 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
OpenPOWER on IntegriCloud