summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)Author
2012-12-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham
2012-12-10Make sure that the lldb globals:Greg Clayton
2012-12-08Added GetCanonicalType() to SBType:Greg Clayton
2012-12-05<rdar://problem/12749733>Greg Clayton
2012-12-05<rdar://problem/12649160>Greg Clayton
2012-12-04<rdar://problem/12750060>Greg Clayton
2012-11-29Match extern "C" in declaration and definition (swig template)Daniel Malea
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-11-01Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas
2012-10-30Added the ability to get function return and argument types to SBType():Greg Clayton
2012-10-29Ensuring that the swig typemaps for SBData set the size to 0 along with the p...Enrico Granata
2012-10-26Add API to get the process plugin name & short name.Jim Ingham
2012-10-23<rdar://problem/12523238> Commit 1 of 3Enrico Granata
2012-10-23<rdar://problem/12493007>Greg Clayton
2012-10-22<rdar://problem/12437442>Enrico Granata
2012-10-16API cleanup.Greg Clayton
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-10-16Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata
2012-10-16<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata
2012-10-13<rdar://problem/12490588>Greg Clayton
2012-10-12<rdar://problem/12490558>Greg Clayton
2012-10-10<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-10-08Fix a build warning and a dangerous possible crasher.Greg Clayton
2012-10-08<rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...Enrico Granata
2012-10-08Silly me! There was a closing ) missing from one of the lines - and Python co...Enrico Granata
2012-10-08Retrying to apply Vishal's patch - hopefully this time it won't break Jason's...Enrico Granata
2012-10-06Revert Vishal's patch that Enrico commited, at least for the weekend. With i...Jason Molenda
2012-10-06patch from Vishal Patel to improve our lldb.value wrapperEnrico Granata
2012-10-05<rdar://problem/12442990> Fix the implementation of lldb.value.__eq__Enrico Granata
2012-10-05Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham
2012-10-04<rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting...Enrico Granata
2012-09-28Implementing plugins that provide commands.Enrico Granata
2012-09-27Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...Jason Molenda
2012-09-25Add an API to figure out whether a breakpoint is internal or not.Jim Ingham
2012-09-14Fixed some problems with SWIG bindings.Filipe Cabecinhas
2012-09-14Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham
2012-09-12Start at getting "thread return" working. Doesn't work yet.Jim Ingham
2012-08-28Simplify the typecheck code.Filipe Cabecinhas
2012-08-27Fixing a potential control may reach end of non-void function issueEnrico Granata
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas
2012-08-24Fixing a bunch of issues with the OS plugin codeEnrico Granata
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata
2012-08-22Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas
2012-08-22Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas
2012-08-20Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen
2012-08-20A baton isn't needed to dispatch input.Filipe Cabecinhas
2012-08-20Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.Filipe Cabecinhas
2012-08-18Merge python-GIL bracnh (by filcab) back into trunk!Johnny Chen
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen