summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* Bug #: 8408441Greg Clayton2010-09-121-40/+70
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-4/+3
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-281-2/+2
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-0/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+366
OpenPOWER on IntegriCloud