summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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