summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-051-19/+17
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-2/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-17/+7
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-77/+60
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-281-60/+76
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-76/+60
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-141-2/+5
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+26
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-0/+5
* [DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere2019-08-131-0/+4
* [Symbol] Remove commented out code from CompileUnitAlex Langford2019-08-071-43/+0
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-21/+14
* Make CompileUnit::GetSupportFiles return a const listPavel Labath2019-05-301-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-5/+5
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-17/+6
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-4/+4
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+2
* Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann2018-08-111-29/+28
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-44/+43
* Always normalize FileSpec paths.Greg Clayton2018-04-271-5/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-408/+304
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-24/+39
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+31
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-3/+3
* Remove class Language - the only thing it was actually being used for is prov...Enrico Granata2015-08-271-3/+5
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-4/+12
* Fix a variety of typos.Bruce Mitchener2015-06-181-4/+4
* This patch implements several improvements to theSean Callanan2015-04-201-0/+17
* For some reason, sometimes the directory paths that clang emits have internalJim Ingham2014-11-151-3/+4
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-4/+4
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-4/+4
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-5/+32
* CompileUnit::ResolveSymbolContext was only filling in the LineEntry regardles...Jim Ingham2012-05-211-6/+28
* Pass *this in explicitly to save the FileSpec copy construction.Jim Ingham2012-04-231-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-7/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-6/+7
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-0/+12
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-2/+2
OpenPOWER on IntegriCloud