| Commit message (Expand) | Author | Age | Files | Lines |
* | Add StructuredData plugin type; showcase with new DarwinLog feature | Todd Fiala | 2016-08-19 | 1 | -0/+2 |
* | Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" | Todd Fiala | 2016-08-19 | 1 | -2/+0 |
* | Add StructuredData plugin type; showcase with new DarwinLog feature | Todd Fiala | 2016-08-19 | 1 | -0/+2 |
* | Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ... | Greg Clayton | 2016-06-24 | 1 | -0/+4 |
* | Fix non-Windows build after r252906. | Zachary Turner | 2015-11-12 | 1 | -0/+1 |
* | Python 3 - Use six in our embedded Python glue code. | Zachary Turner | 2015-11-11 | 1 | -0/+2 |
* | Change swig interface files to use PythonDataObjects. | Zachary Turner | 2015-10-14 | 1 | -1/+3 |
* | Fix a variety of typos. | Bruce Mitchener | 2015-06-18 | 1 | -2/+2 |
* | Add language option in -gdb-show command (MI) | Ilia K | 2015-04-28 | 1 | -0/+2 |
* | Start to share SWIG interface files between languages. | Bruce Mitchener | 2015-04-24 | 1 | -57/+57 |
* | Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w... | Zachary Turner | 2015-02-17 | 1 | -0/+2 |
* | Revert "I had recently added a new SBFrame::GetVariables() overload with yet ... | Zachary Turner | 2015-02-17 | 1 | -2/+0 |
* | Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp... | Oleksiy Vyalov | 2015-02-16 | 1 | -0/+2 |
* | I had recently added a new SBFrame::GetVariables() overload with yet another ... | Enrico Granata | 2015-02-12 | 1 | -0/+2 |
* | Extend SBPlatform with capability to launch/terminate a process remotely. Int... | Oleksiy Vyalov | 2015-02-04 | 1 | -0/+2 |
* | Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl... | Enrico Granata | 2014-10-01 | 1 | -0/+2 |
* | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 2014-09-29 | 1 | -0/+2 |
* | Expose ThreadCollection in SB API | Kuba Brecka | 2014-09-06 | 1 | -0/+2 |
* | Add API control of the signal disposition. | Todd Fiala | 2014-06-23 | 1 | -0/+5 |
* | Add support for inspecting enum members. | Todd Fiala | 2014-06-02 | 1 | -0/+2 |
* | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -2/+0 |
* | Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent | Jason Molenda | 2013-12-13 | 1 | -0/+4 |
* | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 1 | -0/+2 |
* | Add the GetNumThreadOriginExtendedBacktraceTypes and | Jason Molenda | 2013-11-05 | 1 | -1/+1 |
* | Added a way to extract the module specifications from a file. A module specif... | Greg Clayton | 2013-07-08 | 1 | -0/+2 |
* | Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ... | Enrico Granata | 2013-06-21 | 1 | -0/+3 |
* | Add the ability to set timeout & "run all threads" options both from the "exp... | Jim Ingham | 2012-10-16 | 1 | -0/+2 |
* | <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb... | Enrico Granata | 2012-10-10 | 1 | -0/+2 |
* | Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch). | Filipe Cabecinhas | 2012-09-19 | 1 | -1/+1 |
* | Made lldb.swig include <string>, which it requires. | Sean Callanan | 2012-08-09 | 1 | -0/+5 |
* | <rdar://problem/10062621> | Enrico Granata | 2012-02-15 | 1 | -0/+12 |
* | Added many more python convenience accessors: | Greg Clayton | 2012-02-01 | 1 | -0/+5 |
* | Removed the "lldb-forward-rtti.h" header file as it was designed to contain | Greg Clayton | 2012-01-30 | 1 | -1/+0 |
* | Cleaned up the SBWatchpoint public API. | Greg Clayton | 2011-10-13 | 1 | -2/+2 |
* | Export the watchpoint related API (SBWatchpointLocation class and added SBTar... | Johnny Chen | 2011-09-27 | 1 | -0/+2 |
* | Added to the public API to allow symbolication: | Greg Clayton | 2011-09-24 | 1 | -0/+2 |
* | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -0/+2 |
* | Redesign of the interaction between Python and frozen objects: | Enrico Granata | 2011-09-06 | 1 | -19/+2 |
* | Changes to Python commands: | Enrico Granata | 2011-08-16 | 1 | -0/+19 |
* | lldb.swig (the SWIG input file) has become too large. Modularize a bit by in... | Johnny Chen | 2011-07-26 | 1 | -639/+2 |
* | Python synthetic children: | Enrico Granata | 2011-07-24 | 1 | -2/+273 |
* | Move the rest of the SB headers to interface files. | Johnny Chen | 2011-07-19 | 1 | -15/+15 |
* | Rearrange the %include SWIG directives into two groups. One is the pure .h h... | Johnny Chen | 2011-07-19 | 1 | -13/+17 |
* | Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. | Johnny Chen | 2011-07-19 | 1 | -3/+4 |
* | Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. | Johnny Chen | 2011-07-18 | 1 | -3/+3 |
* | Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. | Johnny Chen | 2011-07-18 | 1 | -4/+4 |
* | Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB... | Johnny Chen | 2011-07-18 | 1 | -4/+4 |
* | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 1 | -3/+3 |
* | Add two new interface files SBValue.i and SBValueList.i, instead of directly ... | Johnny Chen | 2011-07-18 | 1 | -2/+2 |
* | Runtime errors in Python scripts were not being shown; this fix makes them pr... | Enrico Granata | 2011-07-18 | 1 | -0/+4 |