summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/SourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Remove TimeValue usage from lldb/Core. NFC.Pavel Labath2016-11-091-15/+7
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-9/+7
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* Fix for loop sign fix in r282112 for column = 0Ed Maste2016-09-211-1/+1
* Fix integer sign warning from r282105Ed Maste2016-09-211-1/+1
* add stop column highlighting supportTodd Fiala2016-09-211-12/+140
* 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-595/+475
* Silence some MSVC warnings.Stephane Sezer2015-08-261-2/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Centralize where we update the source file contents in SourceManager::GetFile...Greg Clayton2015-07-291-10/+10
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Fix the missleading indentation. Fix CID 1096332Sylvestre Ledru2014-08-181-1/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+50
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-3/+3
* <rdar://problem/13443931>Greg Clayton2013-03-191-41/+52
* <rdar://problem/12537646>Greg Clayton2013-03-141-8/+19
* <rdar://problem/13404189>Greg Clayton2013-03-131-83/+65
* Fixed an bug found by running LLDB with the address sanitizer! We were access...Greg Clayton2013-02-071-4/+7
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+12
* Add a "--reverse" or "-r" option to the "list" with no options command. This...Jim Ingham2013-01-091-22/+59
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/8196933>Greg Clayton2012-03-151-10/+13
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+2
* rdar://problem/10227672Johnny Chen2011-12-121-5/+18
* <rdar://problem/9958446>Greg Clayton2011-12-101-8/+11
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+2
* Don't look up main to find the default source file till somebody actually ask...Jim Ingham2011-10-071-0/+33
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+60
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-14/+123
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-9/+37
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-1/+1
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-7/+19
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-6/+23
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+1
* Fixed an issue in our source manager where we were permanently caching sourceGreg Clayton2010-12-081-0/+12
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+305
OpenPOWER on IntegriCloud