[lldb-dev] Add multiple breakpoint commands via python

John Sturgeon john.sturgeon at me.com
Sat May 9 09:00:48 PDT 2015


I am writing a python plugin to save/restore breakpoints.  I can’t seem to find a way to add debugger commands to a breakpoint.

Say I have a breakpoint with the two commands:
po self
continue

And I want to create a new breakpoint with the same commands, SBBreakpoint does not seem to have that facility.

Any help would be appreciated.



More information about the lldb-dev mailing list