summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* <rdar://problem/12750060>Greg Clayton2012-12-042-3/+16
* Match extern "C" in declaration and definition (swig template)Daniel Malea2012-11-291-0/+8
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-1/+5
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-013-22/+85
* Added the ability to get function return and argument types to SBType():Greg Clayton2012-10-301-1/+13
* Ensuring that the swig typemaps for SBData set the size to 0 along with the p...Enrico Granata2012-10-291-0/+5
* Add API to get the process plugin name & short name.Jim Ingham2012-10-261-0/+6
* <rdar://problem/12523238> Commit 1 of 3Enrico Granata2012-10-231-65/+97
* <rdar://problem/12493007>Greg Clayton2012-10-231-0/+3
* <rdar://problem/12437442>Enrico Granata2012-10-222-0/+16
* API cleanup.Greg Clayton2012-10-161-42/+19
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-164-0/+112
* Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata2012-10-161-6/+0
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-3/+15
* <rdar://problem/12490588>Greg Clayton2012-10-131-0/+3
* <rdar://problem/12490558>Greg Clayton2012-10-121-1/+1
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-104-0/+80
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-0/+12
* Fix a build warning and a dangerous possible crasher.Greg Clayton2012-10-081-1/+1
* <rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...Enrico Granata2012-10-081-2/+3
* Silly me! There was a closing ) missing from one of the lines - and Python co...Enrico Granata2012-10-081-1/+1
* Retrying to apply Vishal's patch - hopefully this time it won't break Jason's...Enrico Granata2012-10-081-12/+20
* Revert Vishal's patch that Enrico commited, at least for the weekend. With i...Jason Molenda2012-10-061-20/+11
* patch from Vishal Patel to improve our lldb.value wrapperEnrico Granata2012-10-061-11/+20
* <rdar://problem/12442990> Fix the implementation of lldb.value.__eq__Enrico Granata2012-10-051-1/+9
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-0/+6
* <rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting...Enrico Granata2012-10-041-3/+9
* Implementing plugins that provide commands.Enrico Granata2012-09-283-1/+7
* Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...Jason Molenda2012-09-272-30/+30
* Add an API to figure out whether a breakpoint is internal or not.Jim Ingham2012-09-251-0/+3
* Fixed some problems with SWIG bindings.Filipe Cabecinhas2012-09-142-11/+13
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-1/+1
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+3
* Simplify the typecheck code.Filipe Cabecinhas2012-08-281-10/+4
* Fixing a potential control may reach end of non-void function issueEnrico Granata2012-08-271-0/+1
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-254-32/+91
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-241-1/+1
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-241-0/+97
* Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas2012-08-221-1/+1
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-223-1/+87
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen2012-08-201-2/+9
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-202-1/+17
* Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.Filipe Cabecinhas2012-08-201-0/+35
* Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen2012-08-181-1/+1
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+79
OpenPOWER on IntegriCloud