summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight2018-06-021-2/+4
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-18/+8
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-64/+57
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-3/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Remove TimeValue usage from Core/ModulePavel Labath2016-11-091-12/+11
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-1/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1363/+1214
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-8/+13
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* 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
OpenPOWER on IntegriCloud