I'm working on a simple python gui proof-of-concept. I'm going to use the Tkinter module to open a Tk window that displays registers. I'd like to have it auto-update when the target stops.
Is there a way to automatically call a python script when a target stops, and to call another (to clean up) when the target is killed?
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev