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]
Blech.
On Sun, May 31, 2009 at 9:33 AM, Doug Evans <dje@google.com> wrote:
> # This isn't implementable today, it's just for illustration.
> define lstep
> ?set $save_scheduler_locking [get scheduler-locking]
> ?try
+ set scheduler-locking-step
> ? ?step
> ?finally
> ? ?set scheduler-locking $save_scheduler_locking
> ?end
> end
>
> versus
>
> define lstep
> step -l
> end