summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)Author
2014-05-13Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda
2014-05-07Allow clients to control the exact path that is used to launch processes by a...Greg Clayton
2014-05-07If CMake finds a python interpreter, use itEd Maste
2014-04-25Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda
2014-04-24If CMake finds a python interpreter, use itEd Maste
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham
2014-03-29lldb arm64 import.Jason Molenda
2014-03-28Add the ability from the SB API's to set the "one thread" timeoutJim Ingham
2014-03-14Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...Greg Clayton
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda
2014-03-09libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda
2014-02-28Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham
2014-02-26* Rename PYTHON_INCLUDES to PYTHON_INC_DIR to match the similar declarationSylvestre Ledru
2014-02-26Suppress python readline module under Linux to fix a seg fault.Todd Fiala
2014-02-18Make sure we don't try to print the SystemExit exception, or we will cause th...Enrico Granata
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda
2014-01-29<rdar://problem/15936507>Enrico Granata
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-23Added the ability to get the type that a typedef points to via:Greg Clayton
2014-01-09Patch by Ari GrantEnrico Granata
2013-12-28Add a new way to bind a format to a type: by enum typeEnrico Granata
2013-12-26Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata
2013-12-13Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda
2013-12-10As consistency, invoke python with /usr/bin/env (like it is done in the rest ...Sylvestre Ledru
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-23Change lldb from building against a Python framework out ofJason Molenda
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-11-16Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda
2013-11-12Change SBThread::GetExtendedBacktrace toJason Molenda
2013-11-07This patch does a couple of things. Jim Ingham
2013-11-06Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda
2013-11-06Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda
2013-11-05Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-22Fix for a mistake spotted by Enrico with the SBThread::queue_id accessor.Jason Molenda
2013-10-21Expose the Thread::GetQueueID() method through the SBThread API, similar toJason Molenda
2013-10-15<rdar://problem/14972424>Greg Clayton
2013-10-14Add the capability for LLDB to query an arbitrary Python module (passed in as...Enrico Granata
2013-10-08<rdar://problem/14028923>Enrico Granata
2013-10-03Add missing GetBroadcasterClassName and event types enum to SBThread.iDaniel Malea
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-09-12Added a 'jump' command, similar to GDBs.Richard Mitton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-08-24Don't recommend using bytearray(buf, 'ascii') for binary data read with Jason Molenda
2013-07-26Add an SBFrame::FindRegister() method to make it a littleJason Molenda
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-06-28<rdar://problem/14309010>Enrico Granata