야매!개발/리눅스
gdb 멈추는 방법(ctrl+c)
얄리얄리얄리
2015. 12. 2. 18:09
음.../
음.../
gdb는 어떻게 멈출수 있죠?
윈도우즈 같은 경우…
Ctrl+Break
키를 눌러주면…
잘 돌다가도 멈춘다…
그런데 gdb는 어떻게 멈출까요?
“미친감자 그걸 몰라?”
“실망이구먼~미친감자”
“예 죄송합니다.”
“구글링해보겠습니다.”;;;
음
E.8 InterruptsWhen a program on the remote target is running, gdb may attempt to interrupt it by sending a ‘Ctrl-C’, BREAK or a BREAK followed by g, control of which is specified via gdb's ‘interrupt-sequence’. 출처 : https://sourceware.org/gdb/onlinedocs/gdb/Interrupts.html |
Ctrl + C |
흐흐흐.
gdb는 ‘Ctrl + C’를 입력 해주면..
달리다 멈춥니다.
윈도우 Windbg 는 ‘Ctrl + Break’ ~!
gdb는 ‘Ctrl + C’~!