summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed in issue with ObjectFileMachO where it would add empty sections to the ...Greg Clayton2016-04-221-3/+13
* SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag, Jim Ingham2016-02-261-1/+4
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-3/+4
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+9
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-39/+9
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-1/+2
* Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton2015-10-071-0/+9
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-4/+4
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-2/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+2
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-3/+0
* Remove a debugging printf that got left in SymbolFileDWARFDebugMap.Jim Ingham2015-09-141-1/+0
* Major DWARF cleanup.Greg Clayton2015-08-261-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-23/+32
* More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton2015-08-181-67/+18
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-141-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-1/+2
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-7/+7
* This patch implements several improvements to theSean Callanan2015-04-201-12/+13
* Fixed a bug where we didn't return a value from aSean Callanan2015-04-011-0/+1
* Fixed the way SymbolFileDWARFDebugMap iterates across objectSean Callanan2015-04-011-77/+63
* Fix error introduced by changing function signatures.Zachary Turner2015-03-241-5/+5
* Fix record layout when synthesizing class types.Zachary Turner2015-03-241-8/+6
* Optimize finding the Complete Definition of an ObjC class for debug with .o f...Greg Clayton2015-02-251-7/+55
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-1/+7
* Fix typos.Bruce Mitchener2014-07-081-2/+2
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-14/+12
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+1
* Fix build break due to signature change on ASTContext' setExternalSource para...Todd Fiala2014-02-271-1/+1
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-5/+5
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-33/+39
* Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor.Jim Ingham2013-07-031-1/+7
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-5/+5
* Adding support for extracting line table information from .o files that do no...Enrico Granata2013-06-271-0/+29
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-0/+37
* <rdar://problem/13455021>Greg Clayton2013-05-221-0/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-18/+39
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-9/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Don't need to resolve the .o file path.Greg Clayton2013-03-231-1/+1
* Add a missing check for getting a NULL oso module back from GetModuleByCompUn...Jim Ingham2013-03-131-0/+3
* Add a missing call to GetFileRangeMap. It's absence was causing debug info f...Jim Ingham2013-03-131-0/+1
* <rdar://problem/13361742>Greg Clayton2013-03-081-1/+1
* <rdar://problem/13362109>Greg Clayton2013-03-061-20/+4
* <rdar://problem/13338643>Greg Clayton2013-03-041-231/+315
* <rdar://problem/11109570>Greg Clayton2013-02-061-171/+198
* <rdar://problem/12866706>Greg Clayton2013-02-051-20/+34
OpenPOWER on IntegriCloud