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]: Fix gdb's prompt for continue in TUI SingleKey mode


>>>>> "Stephane" == Stephane Carrez <stephane.carrez@gmail.com> writes:

Stephane> The problem is that the TUI must know that a gdb command is
Stephane> being executed.  This way, if it interacts with the user, it
Stephane> has to be in the mode where a prompt is displayed.

Stephane> If we add some boolean predicate function that tells us we are
Stephane> executing some command (whatever the command, a user, a set, a
Stephane> show, ...) this would be fine for me.  Some kind of
Stephane> 'is_executing_command_p'.

Something like this would be fine by me.

Tom


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