[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63855: 29.0.91; Exiting gdb's python interactive mode within gud-mod
From: |
Eli Zaretskii |
Subject: |
bug#63855: 29.0.91; Exiting gdb's python interactive mode within gud-mode exits gdb as well |
Date: |
Sat, 03 Jun 2023 13:36:41 +0300 |
> From: Jonas Bülow <jonas.bulow@gmail.com>
> Date: Sat, 3 Jun 2023 12:10:04 +0200
> Cc: 63855@debbugs.gnu.org
>
> Unfortunately, there doesn't seem to be any other way to exit python
> interactive mode. Using exit() or quit() from python interactive mode
> exits gdb even from the terminal.
Then I guess we need someone smart to tell how to send Ctrl-D to GDB
so that it doesn't exit in this case.