summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...Greg Clayton2014-03-141-6/+1
* 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
* * Rename PYTHON_INCLUDES to PYTHON_INC_DIR to match the similar declarationSylvestre Ledru2014-02-261-2/+2
* Suppress python readline module under Linux to fix a seg fault.Todd Fiala2014-02-266-0/+184
* Make sure we don't try to print the SystemExit exception, or we will cause th...Enrico Granata2014-02-181-1/+1
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-052-2/+21
* <rdar://problem/15936507>Enrico Granata2014-01-291-0/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-278-155/+13
* Added the ability to get the type that a typedef points to via:Greg Clayton2014-01-232-0/+6
* Patch by Ari GrantEnrico Granata2014-01-091-1/+1
* Add a new way to bind a format to a type: by enum typeEnrico Granata2013-12-281-0/+8
* Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata2013-12-261-3/+1
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-134-0/+113
* As consistency, invoke python with /usr/bin/env (like it is done in the rest ...Sylvestre Ledru2013-12-101-1/+1
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+3
* Change lldb from building against a Python framework out ofJason Molenda2013-11-232-68/+0
* Expose SBPlatform through the public API.Greg Clayton2013-11-206-0/+225
* 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
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* 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/14972424>Greg Clayton2013-10-151-1/+1
* Add the capability for LLDB to query an arbitrary Python module (passed in as...Enrico Granata2013-10-141-0/+24
* <rdar://problem/14028923>Enrico Granata2013-10-081-0/+3
* Add missing GetBroadcasterClassName and event types enum to SBThread.iDaniel Malea2013-10-031-0/+16
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-998/+998
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-2/+5
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+13
* 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-093-1407/+1024
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-085-1/+172
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-033-368/+761
* <rdar://problem/14309010>Enrico Granata2013-06-281-1/+2
* <rdar://problem/14266411>Enrico Granata2013-06-252-22/+10
* Lots of cleanup on the SWIG wrapping layerEnrico Granata2013-06-212-750/+368
* Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata2013-06-213-18/+125
* In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata2013-06-201-0/+344
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-192-2/+5
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* Added a new decorator function in the "lldb" module that can register a comma...Greg Clayton2013-06-191-0/+20
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-182-0/+39
OpenPOWER on IntegriCloud