[PATCH 4/6] gdb: change the internal representation of scheduler locking.

Eli Zaretskii eliz@gnu.org
Fri Dec 29 11:49:14 GMT 2023


> From: Natalia Saiapova <natalia.saiapova@intel.com>
> Cc: tankut.baris.aktemur@intel.com
> Date: Fri, 29 Dec 2023 10:42:00 +0000
> 
> Introduce a new structure to manage different options of the scheduler
> locking.  The options can coexist together and be set individually.
> In the next patch
> 
>   gdb: add commands to control scheduler locking.
> 
> we introduce the commands to control these options.  In this patch we do
> not introduce new commands and keep the previous API.
> 
> New scheduler locking options are:
> replay run -- control non-stepping commands during replay mode.
> replay step -- control stepping commands during replay mode.
> run -- control non-stepping commands during normal exection.
> step -- control stepping commands during normal exection.

To make this easier to remember, I suggest to use "non-step" instead
of "run", in both cases.


More information about the Gdb-patches mailing list