mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
import gdb-1999-10-04 snapshot
This commit is contained in:
@ -489,7 +489,8 @@ child_terminal_info (args, from_tty)
|
||||
}
|
||||
|
||||
#ifdef PROCESS_GROUP_TYPE
|
||||
printf_filtered ("Process group = %d\n", inferior_process_group);
|
||||
printf_filtered ("Process group = %d\n",
|
||||
(int) inferior_process_group);
|
||||
#endif
|
||||
|
||||
SERIAL_PRINT_TTY_STATE (stdin_serial, inferior_ttystate, gdb_stdout);
|
||||
|
Reference in New Issue
Block a user