summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13443931>Greg Clayton2013-03-191-23/+33
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-1/+1
* Minor format update (no semantic change).Johnny Chen2011-12-201-2/+2
* Fix regression of test SourceManagerTestCase.test_display_source_python.Johnny Chen2011-10-031-1/+1
* Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton2011-10-011-64/+64
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-23/+85
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-2/+1
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+2
* Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen2010-12-111-6/+4
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-14/+23
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-8/+8
* And some more include line fixes.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+65
OpenPOWER on IntegriCloud