aboutsummaryrefslogtreecommitdiff
path: root/gdb/terminal.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-06-28 16:32:00 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-07-23 15:38:54 -0400
commit4e93ea6e67fd7260ef842b9eeb20f071648c056e (patch)
treec7644fe22a2d10f95ee5abb9d461be96d34cc23a /gdb/terminal.h
parent11bd012ed256688f43d71dcc531c2f105a9c55dd (diff)
downloadgdb-4e93ea6e67fd7260ef842b9eeb20f071648c056e.zip
gdb-4e93ea6e67fd7260ef842b9eeb20f071648c056e.tar.gz
gdb-4e93ea6e67fd7260ef842b9eeb20f071648c056e.tar.bz2
gdb: make inferior::m_terminal an std::string
Same idea as the previous patch, but for m_terminal. Change-Id: If9367d5db8c976a4336680adca4ea5bc31ab64d2
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r--gdb/terminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h
index e1f642b..186295e 100644
--- a/gdb/terminal.h
+++ b/gdb/terminal.h
@@ -21,7 +21,7 @@
struct inferior;
-extern void new_tty_prefork (const char *);
+extern void new_tty_prefork (std::string ttyname);
extern void new_tty (void);