summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton2014-07-111-1/+8
* Fix typos.Bruce Mitchener2014-07-014-8/+8
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-2/+2
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+6
* Add SBUnixSignals.iEd Maste2014-06-231-0/+74
* Add API control of the signal disposition.Todd Fiala2014-06-231-0/+3
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-132-0/+15
* Add support for inspecting enum members.Todd Fiala2014-06-022-0/+122
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-172-1/+7
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+10
* Allow clients to control the exact path that is used to launch processes by a...Greg Clayton2014-05-071-0/+6
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+13
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-022-1/+44
* lldb arm64 import.Jason Molenda2014-03-292-0/+10
* Add the ability from the SB API's to set the "one thread" timeoutJim Ingham2014-03-281-0/+7
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+18
* libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda2014-03-091-0/+3
* Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham2014-02-281-0/+7
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-052-2/+21
* Merging the iohandler branch back into main. Greg Clayton2014-01-273-63/+12
* Added the ability to get the type that a typedef points to via:Greg Clayton2014-01-232-0/+6
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-281-0/+8
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-133-0/+109
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+3
* Expose SBPlatform through the public API.Greg Clayton2013-11-205-0/+224
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-161-1/+13
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-2/+2
* This patch does a couple of things. Jim Ingham2013-11-071-0/+7
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-062-6/+6
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-061-0/+13
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-052-0/+30
* Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.Jason Molenda2013-10-221-1/+1
* Expose the Thread::GetQueueID() method through the SBThread API, similar toJason Molenda2013-10-211-0/+6
* <rdar://problem/14028923>Enrico Granata2013-10-081-0/+3
* Add missing GetBroadcasterClassName and event types enum to SBThread.iDaniel Malea2013-10-031-0/+16
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-2/+5
* Don't recommend using bytearray(buf, 'ascii') for binary data read with Jason Molenda2013-08-241-2/+1
* Add an SBFrame::FindRegister() method to make it a littleJason Molenda2013-07-261-0/+3
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-0/+7
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-083-1/+139
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-7/+0
* <rdar://problem/14266411>Enrico Granata2013-06-251-0/+7
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-0/+3
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-182-0/+39
* Added a SBSection::GetParent() to the API.Greg Clayton2013-06-131-0/+3
* Improvements to the data formatters SB API:Enrico Granata2013-06-111-0/+97
* <rdar://problem/13646047>Enrico Granata2013-06-111-0/+40
* Adding properties to the SBBreakpoint classEnrico Granata2013-06-101-0/+20
* <rdar://problem/11742979>Enrico Granata2013-05-0316-2/+98
OpenPOWER on IntegriCloud