aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBSourceManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-106/+67
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2013-03-19<rdar://problem/13443931>Greg Clayton1-23/+33
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton1-1/+1
2011-12-20Minor format update (no semantic change).Johnny Chen1-2/+2
2011-10-03Fix regression of test SourceManagerTestCase.test_display_source_python.Johnny Chen1-1/+1
2011-10-01Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton1-64/+64
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham1-23/+85
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham1-2/+1
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton1-1/+2
2010-12-11Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen1-6/+4
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton1-14/+23
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-8/+8
2010-06-09And some more include line fixes.Eli Friedman1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+65