aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
AgeCommit message (Expand)AuthorFilesLines
2014-07-11Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton1-1/+8
2014-07-01Fix typos.Bruce Mitchener4-8/+8
2014-07-01This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal1-2/+2
2014-06-27Fix a few typos.Bruce Mitchener1-1/+1
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+6
2014-06-23Add SBUnixSignals.iEd Maste1-0/+74
2014-06-23Add API control of the signal disposition.Todd Fiala1-0/+3
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2-0/+15
2014-06-02Add support for inspecting enum members.Todd Fiala2-0/+122
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata2-1/+7
2014-05-13Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda1-0/+10
2014-05-07Allow clients to control the exact path that is used to launch processes by a...Greg Clayton1-0/+6
2014-04-25Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda1-0/+13
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2-1/+44
2014-03-29lldb arm64 import.Jason Molenda2-0/+10
2014-03-28Add the ability from the SB API's to set the "one thread" timeoutJim Ingham1-0/+7
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda1-0/+18
2014-03-09libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda1-0/+3
2014-02-28Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham1-0/+7
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2-2/+21
2014-01-27Merging the iohandler branch back into main. Greg Clayton3-63/+12
2014-01-23Added the ability to get the type that a typedef points to via:Greg Clayton2-0/+6
2013-12-28Add a new way to bind a format to a type: by enum typeEnrico Granata1-0/+8
2013-12-13Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda3-0/+109
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-0/+3
2013-11-20Expose SBPlatform through the public API.Greg Clayton5-0/+224
2013-11-16Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda1-1/+13
2013-11-12Change SBThread::GetExtendedBacktrace toJason Molenda1-2/+2
2013-11-07This patch does a couple of things. Jim Ingham1-0/+7
2013-11-06Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2-6/+6
2013-11-06Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda1-0/+13
2013-11-05Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2-0/+30
2013-10-22Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.Jason Molenda1-1/+1
2013-10-21Expose the Thread::GetQueueID() method through the SBThread API, similar toJason Molenda1-0/+6
2013-10-08<rdar://problem/14028923>Enrico Granata1-0/+3
2013-10-03Add missing GetBroadcasterClassName and event types enum to SBThread.iDaniel Malea1-0/+16
2013-09-12Added a 'jump' command, similar to GDBs.Richard Mitton1-2/+5
2013-08-24Don't recommend using bytearray(buf, 'ascii') for binary data read with Jason Molenda1-2/+1
2013-07-26Add an SBFrame::FindRegister() method to make it a littleJason Molenda1-0/+3
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata1-0/+7
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton3-1/+139
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea1-7/+0
2013-06-25<rdar://problem/14266411>Enrico Granata1-0/+7
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton1-0/+3
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2-0/+39
2013-06-13Added a SBSection::GetParent() to the API.Greg Clayton1-0/+3
2013-06-11Improvements to the data formatters SB API:Enrico Granata1-0/+97
2013-06-11<rdar://problem/13646047>Enrico Granata1-0/+40
2013-06-10Adding properties to the SBBreakpoint classEnrico Granata1-0/+20
2013-05-03<rdar://problem/11742979>Enrico Granata16-2/+98