From: Marc Khouzam <marc.khouzam@ericsson.com>
To: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: Is there a way to unset inferior-tty?
Date: Fri, 01 Jul 2016 18:32:00 -0000 [thread overview]
Message-ID: <E59706EF8DB1D147B15BECA3322E4BDC22AF1378@eusaamb103.ericsson.se> (raw)
Hi,
Is there a way to unset inferior-tty?
I'm working on different possible solutions to allow Eclipse to handle when the user
types 'run' on the GDB console. Currently, when that happens, the inferior fails
to restart because it tries to use the previous tty which has been closed.
I wanted to test simply removing the setting for the tty to allow the inferior to
start in this case. But I can't figure out how to unset it.
Any ideas?
Can I set it to something that would be the equivalent to unsetting it?
(gdb) show inferior-tty
Terminal for future runs of program being debugged is "". <------ Want this back
(gdb) set inferior-tty /dev/pts/3
(gdb) show inferior-tty
Terminal for future runs of program being debugged is "/dev/pts/3".
(gdb) set inferior-tty
Argument required (filename to set it to.).
(gdb) set inferior-tty ""
(gdb) show inferior-tty
Terminal for future runs of program being debugged is """". <--- Not good enough
(gdb) set inferior-tty ''
(gdb) show inferior-tty
Terminal for future runs of program being debugged is "''". <--- Not good enough
(gdb) unset inferior-tty
Undefined unset command: "inferior-tty". Try "help unset".
Thanks
Marc
next reply other threads:[~2016-07-01 18:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-01 18:32 Marc Khouzam [this message]
2016-07-01 18:51 ` Pedro Alves
2016-07-02 1:29 ` Simon Marchi
2016-07-02 14:04 ` Marc Khouzam
2016-07-26 18:43 ` Bob Rossi
2016-07-26 19:22 ` Marc Khouzam
2016-07-26 19:32 ` Bob Rossi
2016-08-11 14:22 ` Bob Rossi
2016-08-11 17:41 ` Pedro Alves
[not found] ` <875b0391-3b94-c3d7-c829-a8c3abb00770@redhat.com>
2016-08-15 19:49 ` Marc Khouzam
2016-08-17 12:14 ` Pedro Alves
2016-08-17 14:07 ` Marc Khouzam
2016-08-11 17:00 ` Pedro Alves
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E59706EF8DB1D147B15BECA3322E4BDC22AF1378@eusaamb103.ericsson.se \
--to=marc.khouzam@ericsson.com \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox