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