summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* <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
* Remove the useless SRCROOT declaration from the call of build-swig-wrapper-cl...Sylvestre Ledru2013-04-131-2/+2
* 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
* Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2013-03-071-13/+23
* 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
* Clean up LLDB CMake build outputDaniel Malea2013-03-071-3/+3
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-023-0/+12
* Finish up CMake support for LLDB (tested on Linux)Daniel Malea2013-02-281-0/+15
* <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
* Fixed register dumping for contained-regs.Greg Clayton2013-02-011-21/+29
* Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)Filipe Cabecinhas2013-01-301-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-14/+14
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+6
* Disassemble the vAttach packet.Greg Clayton2013-01-181-0/+13
* Remove std::string input arguments and replace with "const char *".Greg Clayton2013-01-161-9/+12
* <rdar://problem/13021266>Enrico Granata2013-01-162-0/+33
* <rdar://problem/13009943>Greg Clayton2013-01-161-0/+9
* SDKROOT should only be unset/cleared for ARM builds. The first fix by Bob Wil...Greg Clayton2013-01-161-5/+14
* Fix clang builds that were broken due to SDKROOT changes of you have an inter...Greg Clayton2013-01-161-3/+3
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+8
* Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905>Bob Wilson2013-01-121-3/+5
* Fix typo in function name and one more whitespace tweak.Bob Wilson2013-01-111-7/+7
* Fix whitespace.Bob Wilson2013-01-111-230/+226
* 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
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-0/+3
* Make sure that the lldb globals:Greg Clayton2012-12-101-2/+8
* Added GetCanonicalType() to SBType:Greg Clayton2012-12-081-0/+3
* <rdar://problem/12749733>Greg Clayton2012-12-052-0/+5
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
OpenPOWER on IntegriCloud