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.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to