- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 386aafa Remove unused #includes of ScriptInterpreterPython.h by Zachary Turner · 10 years ago
- e6e2bb3 Rework LLDB system initialization. by Zachary Turner · 10 years ago
- 9fe00e5 Bulk of the infrastructure work to allow script commands to be backed by object instances in addition to free functions by Enrico Granata · 11 years ago
- 88282c6 Add a feature where a string data formatter can now be partially composed of Python summary functions by Enrico Granata · 11 years ago
- d07cfd3 Extend synthetic children to produce synthetic values (as in, those that GetValueAsUnsigned(), GetValueAsCString() would return) by Enrico Granata · 11 years ago
- 2bdbfd5 This checkin is the first step in making the lldb thread stepping mechanism more accessible from by Jim Ingham · 11 years ago
- b5796cb Allow "breakpoint command add" to add commands to more than one breakpoint at a time. by Jim Ingham · 11 years ago
- 1b67c66 Windows build fixes and removal of endlessly recursive termination function. by Todd Fiala · 11 years ago
- 8afa543 Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to link. by Greg Clayton · 12 years ago
- 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
- e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
- 360cc31 Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- e9a5627 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 13 years ago
- 7bc0ec3 This commit: by Enrico Granata · 14 years ago
- 9ea3fcd <rdar://problem/10750012> by Greg Clayton · 14 years ago
- dce502e Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 14 years ago
- a9dbf43 this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 14 years ago
- be93a35 Python commands: by Enrico Granata · 14 years ago
- 6f3533f Public API changes: by Enrico Granata · 14 years ago
- a37a065 Python synthetic children: by Enrico Granata · 14 years ago
- f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
- fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
- 645bf54 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 15 years ago
- 2f88aad Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 15 years ago
- a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- 3df9a8d by Caroline Tice · 15 years ago
- b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
- a34a0c6 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago