2016-12-16 7 views
0

gdb 소스를 체크 아웃하고 MinGW으로 컴파일되었습니다. 내가 출력 파일 gdb.exe을 실행하면, 내가 입력하지 아무것도, 아무 키나 눌러이 종료 야기 할 수 있습니다gdb는 아무 키나 눌러서 항상 종료합니다.

[email protected] E:\ 
$ gdb --data-directory=E:\gdb_build\gdb\gdb-7.11\gdb\data-directory 
GNU gdb (GDB) 7.11 
Copyright (C) 2016 Free Software Foundation, Inc. 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 
This is free software: you are free to change and redistribute it. 
There is NO WARRANTY, to the extent permitted by law. Type "show copying" 
and "show warranty" for details. 
This GDB was configured as "--host=i686-pc-mingw32 --target=arm-linux-androideabi". 
Type "show configuration" for configuration details. 
For bug reporting instructions, please see: 
<http://www.gnu.org/software/gdb/bugs/>. 
Find the GDB manual and other documentation resources online at: 
<http://www.gnu.org/software/gdb/documentation/>. 
For help, type "help". 
Type "apropos word" to search for commands related to "word". 
(gdb) quit 

[email protected] E:\ 
$ 

내가 입력 마지막 quit하지 않았다, 난 그냥 space을 명중하고는 종료됩니다. 잘 작동하는 또 다른 사전 빌드 된 gdb를 다운로드했지만 파이썬을 지원하지 않으므로 직접 빌드해야합니다.

하지만으로 tui 모드를 시도했지만 정상적으로 작동하며 명령을 입력 할 수 있습니다. 비 -ui 모드가 종료되는 이유는 무엇입니까?

답변

0

이것은 gdb 7.12, 7.11.1의 버그입니다.