summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13499317>Enrico Granata2013-05-021-1/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-183-3/+3
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-183-3/+3
* Adding new Python API function to check for stopped threads.Andrew Kaylor2013-04-151-0/+6
* Make sure we expose SetData() through the PythonSean Callanan2013-04-131-0/+3
* <rdar://problem/13563628>Enrico Granata2013-04-051-1/+2
* Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton2013-03-251-0/+20
* - Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata2013-03-251-2/+8
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* Added new properties to lldb.SBModule classes:Greg Clayton2013-03-071-3/+61
* Stop the "module" property from throwing an exception when the module name wa...Greg Clayton2013-03-071-6/+9
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-023-0/+12
* <rdar://problem/13281528>Greg Clayton2013-02-252-9/+9
* Fix document typos, indentation in python code, and API examples.Daniel Malea2013-02-121-1/+1
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-092-2/+8
* Allow the target to give out the size of the red zone for given ABIs.Greg Clayton2013-02-011-0/+3
* <rdar://problem/13069948>Greg Clayton2013-01-251-14/+14
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+6
* <rdar://problem/13021266>Enrico Granata2013-01-162-0/+33
* <rdar://problem/13009943>Greg Clayton2013-01-161-0/+9
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+8
* Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham2013-01-081-0/+10
* <rdar://problem/12928282>Greg Clayton2013-01-041-0/+2
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-182-1/+12
OpenPOWER on IntegriCloud