| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp | Pavel Labath | 2019-12-23 | 1 | -0/+1 |
| * | [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) | Jonas Devlieghere | 2019-12-22 | 1 | -2/+2 |
| * | [lldb/ScriptInterpreter] Unify error message for command script import | Jonas Devlieghere | 2019-12-22 | 1 | -0/+8 |
| * | [lldb/ScriptInterpreter] Fix stale/bogus error messages | Jonas Devlieghere | 2019-12-21 | 1 | -2/+2 |
| * | [lldb/Lua] Add missing boiler plate to ScriptInterpreter. | Jonas Devlieghere | 2019-12-21 | 1 | -14/+10 |
| * | Add the ability to pass extra args to a Python breakpoint callback. | Jim Ingham | 2019-10-25 | 1 | -3/+9 |
| * | [ScriptInterpreter] Pass the debugger instead of the command interpreter | Jonas Devlieghere | 2019-04-26 | 1 | -6/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Interpreter] Simplify else after return. NFCI. | Davide Italiano | 2017-09-03 | 1 | -3/+2 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -3/+3 |
| * | Move StringList from Core -> Utility. | Zachary Turner | 2017-03-21 | 1 | -1/+1 |
| * | Finish breaking the dependency from Utility. | Zachary Turner | 2017-02-16 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -2/+2 |
| * | Fix serialization of Python breakpoint commands. | Jim Ingham | 2016-09-26 | 1 | -0/+13 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -68/+48 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Remove unused #includes of ScriptInterpreterPython.h | Zachary Turner | 2015-05-28 | 1 | -1/+0 |
| * | Rework LLDB system initialization. | Zachary Turner | 2015-03-31 | 1 | -58/+0 |
| * | Bulk of the infrastructure work to allow script commands to be backed by obje... | Enrico Granata | 2015-03-13 | 1 | -0/+4 |
| * | Add a feature where a string data formatter can now be partially composed of ... | Enrico Granata | 2014-10-28 | 1 | -0/+2 |
| * | Extend synthetic children to produce synthetic values (as in, those that GetV... | Enrico Granata | 2014-10-08 | 1 | -0/+2 |
| * | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 2014-09-29 | 1 | -2/+6 |
| * | Allow "breakpoint command add" to add commands to more than one breakpoint at... | Jim Ingham | 2014-08-29 | 1 | -1/+25 |
| * | Windows build fixes and removal of endlessly recursive termination function. | Todd Fiala | 2014-07-04 | 1 | -9/+0 |
| * | Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l... | Greg Clayton | 2013-10-17 | 1 | -2/+40 |
| * | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -2/+2 |
| * | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -2/+2 |
| * | Implementing the notion of externally-acquirable ScriptInterpreter lock | Enrico Granata | 2013-03-27 | 1 | -0/+6 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | rdar://problem/11457143 [ER] need "watchpoint command ..." | Johnny Chen | 2012-08-09 | 1 | -0/+11 |
| * | This commit: | Enrico Granata | 2012-02-29 | 1 | -22/+2 |
| * | <rdar://problem/10750012> | Greg Clayton | 2012-01-27 | 1 | -22/+1 |
| * | Fixed the Xcode project building of LLVM to be a bit more user friendly: | Greg Clayton | 2011-11-04 | 1 | -1/+4 |
| * | this patch introduces a new command script import command which takes as inpu... | Enrico Granata | 2011-10-17 | 1 | -2/+4 |
| * | Python commands: | Enrico Granata | 2011-08-16 | 1 | -2/+4 |
| * | Public API changes: | Enrico Granata | 2011-07-29 | 1 | -2/+4 |
| * | Python synthetic children: | Enrico Granata | 2011-07-24 | 1 | -2/+12 |
| * | Python summary strings: | Enrico Granata | 2011-07-15 | 1 | -2/+4 |
| * | Abtracted the innards of lldb-core away from the SB interface. There was some | Greg Clayton | 2011-03-22 | 1 | -4/+6 |
| * | Added support for some new environment variables within LLDB to enable some | Greg Clayton | 2011-01-27 | 1 | -2/+2 |
| * | Split up the Python script interpreter code to allow multiple script interpre... | Caroline Tice | 2011-01-14 | 1 | -2/+23 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -2/+2 |
| * | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2010-09-04 | 1 | -0/+17 |
| * | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -0/+1 |
| * | Move source/Utility/PseudoTerminal.h into include/lldb/Utility. | Jason Molenda | 2010-06-09 | 1 | -2/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+66 |