summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBTarget.i
AgeCommit message (Expand)Author
2011-10-11Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2011-07-29Public API changes:Enrico Granata
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen
2011-07-18Cleaned up the interface file for SBTarget.Johnny Chen
2011-07-16Have SWIG generate autodoc strings with parameter types for all SB API object...Johnny Chen
2011-07-16Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.hJohnny Chen