| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -1/+1 |
| * | [Reproducers] Capture return values of functions returning by ptr/ref | Jonas Devlieghere | 2019-04-03 | 1 | -1/+1 |
| * | [lldb] [Reproducer] Move SBRegistry registration into declaring files | Michal Gorny | 2019-03-19 | 1 | -0/+24 |
| * | [Reproducers] Add SBReproducer macros | Jonas Devlieghere | 2019-03-06 | 1 | -0/+25 |
| * | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -6/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [API] Remove redundants get() from smart pointers. NFC | Jonas Devlieghere | 2018-12-20 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | add stop column highlighting support | Todd Fiala | 2016-09-21 | 1 | -7/+18 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -106/+67 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | <rdar://problem/13443931> | Greg Clayton | 2013-03-19 | 1 | -23/+33 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | SBFrame is now threadsafe using some extra tricks. One issue is that stack | Greg Clayton | 2012-01-30 | 1 | -1/+1 |
| * | Minor format update (no semantic change). | Johnny Chen | 2011-12-20 | 1 | -2/+2 |
| * | Fix regression of test SourceManagerTestCase.test_display_source_python. | Johnny Chen | 2011-10-03 | 1 | -1/+1 |
| * | Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace | Greg Clayton | 2011-10-01 | 1 | -64/+64 |
| * | SBSourceManager now gets the real source manager either from the Debugger or ... | Jim Ingham | 2011-09-13 | 1 | -23/+85 |
| * | Move the SourceManager from the Debugger to the Target. That way it can stor... | Jim Ingham | 2011-09-08 | 1 | -2/+1 |
| * | Fixed the SymbolContext::DumpStopContext() to correctly indent and dump | Greg Clayton | 2011-04-23 | 1 | -1/+2 |
| * | Add test_display_source_python() test case to TestSourceManager.py which uses | Johnny Chen | 2010-12-11 | 1 | -6/+4 |
| * | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton | 2010-11-05 | 1 | -14/+23 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -8/+8 |
| * | And some more include line fixes. | Eli Friedman | 2010-06-09 | 1 | -1/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+65 |