This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH 17/17] infrun: scheduler-locking reverse


> -----Original Message-----
> From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] On Behalf Of Jan Kratochvil
> Sent: Thursday, September 17, 2015 10:39 AM

Hello Jan, Eli,

> OK, I get it now.  I misunderstood it all despite word by word the new
> description is right.  I would suggest changing the proposed:
> 
> off     == no locking (threads may preempt at any time)\n\
> on      == full locking (no thread except the current thread may run)\n\
> step    == scheduler locked during stepping commands (step, next, stepi,
> nexti).\n\
> reverse == scheduler locked during reverse/replay execution.\n\
> 
> to:
> 
> off     == no locking (threads may preempt at any time)\n\
> on      == full locking (no thread except the current thread may run)\n\
>            This applies to both normal and reverse/replay execution.\n\
> step    == scheduler locked during stepping commands (step, next, stepi,
> nexti).\n\
>            This applies to both normal and reverse/replay execution.\n\
> reverse == scheduler fully locked only during reverse/replay execution.\n\
> 
> And even gdb.texinfo somehow accordingly.

Fine with me.  Eli, are you OK with the wording?

I already changed "reverse" into "replay" as discussed in a parallel thread.

I'm also using the terms "replay mode" and "record mode".  I'm fine to change
them back into "reverse/replay execution" and "normal execution", which might
be clearer if you have not read the Record manual section.

Thanks,
Markus.
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Prof. Dr. Hermann Eul
Chairperson of the Supervisory Board: Tiffany Doon Silva
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]