summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Symtab.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Symbol] Remove dead code. NFCI.Davide Italiano2017-10-231-23/+0
* Fix incorrect use of std::uniqueEugene Zemtsov2017-08-011-2/+4
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-2/+2
* Remove an expensive lock from TimerPavel Labath2017-05-151-8/+16
* Check for lack of C++ context first when demanglingPavel Labath2017-05-031-18/+17
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-34/+29
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-0/+5
* Fix build broken by StringList move.Zachary Turner2017-03-211-0/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-131-0/+5
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-24/+20
* Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupIn...Dawn Perchik2016-09-301-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1078/+983
* Delete Host/windows/win32.hZachary Turner2016-08-091-8/+8
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-36/+34
* Fixed in issue with ObjectFileMachO where it would add empty sections to the ...Greg Clayton2016-04-221-5/+8
* Match types in for loop to fix signedness comparison warningEd Maste2016-04-131-2/+2
* Update Symtab::InitAddressIndexes so that computed symbol sizesJason Molenda2016-04-131-12/+93
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-86/+25
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-27/+81
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-81/+27
* Don't dereference the first element of an empty container.Adrian McCarthy2016-02-101-1/+1
* Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy2016-01-261-3/+3
* [LLDB] Consider only valid symbols while resolving by addressMohit K. Bhakkad2016-01-231-0/+20
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-191-10/+13
* Revert "Unconditionally accept symbol sizes from elf"Tamas Berghammer2016-01-181-13/+10
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-181-10/+13
* Revert change comitted in accidentally as r251992Tamas Berghammer2015-11-031-3/+0
* wipTamas Berghammer2015-11-031-0/+3
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-4/+6
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-6/+6
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-4/+4
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-3/+3
* Correctly resolve symbol names containing linker annotationsPavel Labath2015-03-041-1/+16
* Optimize finding the Complete Definition of an ObjC class for debug with .o f...Greg Clayton2015-02-251-3/+24
* Fix the dumping of symbol tables to be correctly alligned for all entries whe...Greg Clayton2015-02-251-2/+2
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+7
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-13/+13
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-39/+0
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-4/+4
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-3/+3
* Fix the format warnings.Sylvestre Ledru2013-10-311-3/+3
* <rdar://problem/14496092>Greg Clayton2013-10-211-0/+1
* If you erase while iterating, remember to update the iterator. Bug found by ...Jim Ingham2013-09-271-2/+2
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-80/+81
* Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor.Jim Ingham2013-07-031-9/+2
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* <rdar://problem/11398407>Greg Clayton2013-05-181-1/+1
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-3/+2
* Fix for expression/breakpoint setting of gnu indirect functions.Matt Kopec2013-04-221-1/+25
OpenPOWER on IntegriCloud