summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-0/+25
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* add stop column highlighting supportTodd Fiala2016-09-211-7/+18
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-106/+67
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* <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