aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-06-21Lots of cleanup on the SWIG wrapping layerEnrico Granata
2013-06-21Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata
2013-06-20In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-19Added a new decorator function in the "lldb" module that can register a comma...Greg Clayton
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-06-17Fixing a linking issue when building LLDB with ToT LLVMEnrico Granata
2013-06-13Added a SBSection::GetParent() to the API.Greg Clayton
2013-06-13Remove the windows CRSylvestre Ledru
2013-06-11Improvements to the data formatters SB API:Enrico Granata
2013-06-11<rdar://problem/13646047>Enrico Granata
2013-06-11Making our Python decrefs NULL-safeEnrico Granata
2013-06-11<rdar://problem/13759177>Enrico Granata
2013-06-10Adding properties to the SBBreakpoint classEnrico Granata
2013-05-30Adding a diagnose-nsstring commandEnrico Granata
2013-05-30This checkin enables Python summaries to return any string-convertible objectEnrico Granata
2013-05-17Fix CMake install targetDaniel Malea
2013-05-15<rdar://problem/13883385>Enrico Granata
2013-05-03<rdar://problem/11742979>Enrico Granata
2013-05-02<rdar://problem/13499317>Enrico Granata
2013-04-30Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda
2013-04-23Forgot to include the diagnose_unwind.py script in the initialization ofJason Molenda
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-15Adding new Python API function to check for stopped threads.Andrew Kaylor
2013-04-13Remove the useless SRCROOT declaration from the call of build-swig-wrapper-cl...Sylvestre Ledru
2013-04-13Make sure we expose SetData() through the PythonSean Callanan
2013-04-11Fixed SBValueList to have a __str__ function like all other SB classes. Previ...Greg Clayton
2013-04-05<rdar://problem/13563628>Enrico Granata
2013-03-25Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton
2013-03-25<rdar://problem/13434476>Enrico Granata
2013-03-25- Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata
2013-03-23<rdar://problem/13312903>Enrico Granata
2013-03-19This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-03-07Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan
2013-03-07Added new properties to lldb.SBModule classes:Greg Clayton
2013-03-07Stop the "module" property from throwing an exception when the module name wa...Greg Clayton
2013-03-07Clean up LLDB CMake build outputDaniel Malea
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2013-02-28Finish up CMake support for LLDB (tested on Linux)Daniel Malea
2013-02-25<rdar://problem/13281528>Greg Clayton
2013-02-12Fix document typos, indentation in python code, and API examples.Daniel Malea