This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] Allowing all threads of all|current process(es) to be resumed [new command + docs]
On Sun, May 31, 2009 at 11:29 AM, Tom Tromey <tromey@redhat.com> wrote:
> Doug> # This isn't implementable today, it's just for illustration.
> Doug> define lstep
> [...]
>
> You can implement this with Python today :-) ...
>
> Doug> ? set $save_scheduler_locking [get scheduler-locking]
>
> Here you use gdb.parameter.
>
> Doug> ? try
>
> Python's try/catch works with gdb exceptions.
Thanks. I suspected as much, but it was secondary to my main point so
I didn't invest much time in it.