summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
AgeCommit message (Expand)Author
2013-05-02<rdar://problem/13499317>Enrico Granata
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-13Make sure we expose SetData() through the PythonSean Callanan
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- Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata
2013-03-14<rdar://problem/13421412>Greg Clayton
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-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2013-02-25<rdar://problem/13281528>Greg Clayton
2013-02-12Fix document typos, indentation in python code, and API examples.Daniel Malea
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2013-02-01Allow the target to give out the size of the red zone for given ABIs.Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-18<rdar://problem/13010007>Greg Clayton
2013-01-16<rdar://problem/13021266>Enrico Granata
2013-01-16<rdar://problem/13009943>Greg Clayton
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham
2013-01-08Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham
2013-01-04<rdar://problem/12928282>Greg Clayton
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham
2012-12-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham
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-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-10-30Added the ability to get function return and argument types to SBType():Greg Clayton
2012-10-26Add API to get the process plugin name & short name.Jim Ingham
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-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-25Add an API to figure out whether a breakpoint is internal or not.Jim Ingham
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