| Age | Commit message (Expand) | Author |
| 2014-07-11 | Enable the ability to enable debug info generation when evaluating expressions. | Greg Clayton |
| 2014-07-01 | Fix typos. | Bruce Mitchener |
| 2014-07-01 | This creates a valid Python API for Windows, pending some issues. The changes... | Deepak Panickal |
| 2014-06-27 | Fix a few typos. | Bruce Mitchener |
| 2014-06-25 | Added an option to turn OFF the "detach on error" behavior that was added | Jim Ingham |
| 2014-06-23 | Add SBUnixSignals.i | Ed Maste |
| 2014-06-23 | Add API control of the signal disposition. | Todd Fiala |
| 2014-06-13 | Initial merge of some of the iOS 8 / Mac OS X Yosemite specific | Jason Molenda |
| 2014-06-02 | Add support for inspecting enum members. | Todd Fiala |
| 2014-05-17 | Introduce the concept of a "display name" for types | Enrico Granata |
| 2014-05-13 | Add a new SBThread::SafeToCallFunctions API; this calls over to | Jason Molenda |
| 2014-05-07 | Allow clients to control the exact path that is used to launch processes by a... | Greg Clayton |
| 2014-04-25 | Add a new SBThread::GetQueue() method to get the queue that is | Jason Molenda |
| 2014-04-02 | Add the ability to set python breakpoint commands from the SBBreakpoint & SBB... | Jim Ingham |
| 2014-03-29 | lldb arm64 import. | Jason Molenda |
| 2014-03-28 | Add the ability from the SB API's to set the "one thread" timeout | Jim Ingham |
| 2014-03-13 | Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se... | Jason Molenda |
| 2014-03-09 | libBacktraceRecording __introspection_dispatch_queue_get_pending_items is | Jason Molenda |
| 2014-02-28 | Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ... | Jim Ingham |
| 2014-02-05 | Change the Mac OS X SystemRuntime plugin from using the placeholder | Jason Molenda |
| 2014-01-27 | Merging the iohandler branch back into main. | Greg Clayton |
| 2014-01-23 | Added the ability to get the type that a typedef points to via: | Greg Clayton |
| 2013-12-28 | Add a new way to bind a format to a type: by enum type | Enrico Granata |
| 2013-12-13 | Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent | Jason Molenda |
| 2013-12-06 | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton |
| 2013-11-20 | Expose SBPlatform through the public API. | Greg Clayton |
| 2013-11-16 | Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method | Jason Molenda |
| 2013-11-12 | Change SBThread::GetExtendedBacktrace to | Jason Molenda |
| 2013-11-07 | This patch does a couple of things. | Jim Ingham |
| 2013-11-06 | Rename extended backtrace methods to take out the "ThreadOrigin" | Jason Molenda |
| 2013-11-06 | Add a new GetThreadOriginExtendedBacktrace method to the | Jason Molenda |
| 2013-11-05 | Add the GetNumThreadOriginExtendedBacktraceTypes and | Jason Molenda |
| 2013-10-22 | Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor. | Jason Molenda |
| 2013-10-21 | Expose the Thread::GetQueueID() method through the SBThread API, similar to | Jason Molenda |
| 2013-10-08 | <rdar://problem/14028923> | Enrico Granata |
| 2013-10-03 | Add missing GetBroadcasterClassName and event types enum to SBThread.i | Daniel Malea |
| 2013-09-12 | Added a 'jump' command, similar to GDBs. | Richard Mitton |
| 2013-08-24 | Don't recommend using bytearray(buf, 'ascii') for binary data read with | Jason Molenda |
| 2013-07-26 | Add an SBFrame::FindRegister() method to make it a little | Jason Molenda |
| 2013-07-09 | Second attempt at getting the PyCallable changes in trunk | Enrico Granata |
| 2013-07-08 | Added a way to extract the module specifications from a file. A module specif... | Greg Clayton |
| 2013-07-03 | Revert commits that cause broken builds on GCC buildbots | Daniel Malea |
| 2013-06-25 | <rdar://problem/14266411> | Enrico Granata |
| 2013-06-19 | Implemented a types.py module that allows types to be inspected for padding. | Greg Clayton |
| 2013-06-18 | Added the ability to get a list of types from a SBModule or SBCompileUnit. Se... | Greg Clayton |
| 2013-06-13 | Added a SBSection::GetParent() to the API. | Greg Clayton |
| 2013-06-11 | Improvements to the data formatters SB API: | Enrico Granata |
| 2013-06-11 | <rdar://problem/13646047> | Enrico Granata |
| 2013-06-10 | Adding properties to the SBBreakpoint class | Enrico Granata |
| 2013-05-03 | <rdar://problem/11742979> | Enrico Granata |