mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Restore terminal for gdb with -crash-debug by calling getch2_disable()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25009 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
894000c434
commit
406dab851b
@ -774,6 +774,7 @@ static void exit_sighandler(int x){
|
||||
gdb_pid = fork();
|
||||
mp_msg(MSGT_CPLAYER, MSGL_INFO, "Forked...\n");
|
||||
if (gdb_pid == 0) { // We are the child
|
||||
getch2_disable(); // allow terminal to work properly with gdb
|
||||
if (execlp("gdb", "gdb", prog_path, spid, NULL) == -1)
|
||||
mp_msg(MSGT_CPLAYER, MSGL_ERR, "Couldn't start gdb\n");
|
||||
} else if (gdb_pid < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user