aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBDebugger.i
AgeCommit message (Expand)AuthorFilesLines
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham1-1/+2
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham1-3/+5
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-10/+5
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-0/+6
2013-02-12Fix document typos, indentation in python code, and API examples.Daniel Malea1-1/+1
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas1-0/+6
2012-08-20A baton isn't needed to dispatch input.Filipe Cabecinhas1-1/+1
2012-05-08Print out a notification when the process of a target other than the currentl...Jim Ingham1-0/+3
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham1-0/+6
2012-02-15<rdar://problem/10062621>Enrico Granata1-0/+31
2011-12-15<rdar://problem/10584789>Greg Clayton1-0/+3
2011-09-24Added to the public API to allow symbolication:Greg Clayton1-0/+7
2011-09-13Adding "-n", "-p" and "-w" flags to the lldb command-line tool toJim Ingham1-0/+6
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham1-1/+1
2011-07-18Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent.Johnny Chen1-0/+310