summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* <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
* 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
* Making our Python decrefs NULL-safeEnrico Granata2013-06-111-17/+17
* <rdar://problem/13759177>Enrico Granata2013-06-111-1/+7
* Adding properties to the SBBreakpoint classEnrico Granata2013-06-101-0/+20
* Adding a diagnose-nsstring commandEnrico Granata2013-05-301-1/+2
* This checkin enables Python summaries to return any string-convertible objectEnrico Granata2013-05-301-2/+12
* <rdar://problem/13883385>Enrico Granata2013-05-151-0/+4
* <rdar://problem/11742979>Enrico Granata2013-05-0317-2/+309
* <rdar://problem/13499317>Enrico Granata2013-05-022-1/+24
* Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda2013-04-301-2/+5
* Forgot to include the diagnose_unwind.py script in the initialization ofJason Molenda2013-04-231-1/+2
* 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-184-5/+5
* 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
* Fixed SBValueList to have a __str__ function like all other SB classes. Previ...Greg Clayton2013-04-111-2/+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
* <rdar://problem/13434476>Enrico Granata2013-03-251-4/+31
* - Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata2013-03-252-2/+28
* <rdar://problem/13312903>Enrico Granata2013-03-231-0/+7
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-27/+0
* <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
OpenPOWER on IntegriCloud