* gdb란?
Command line Debugging을 위해 사용되는 Debugger
* 기본 명령어
- r : Run
- b 함수이름 or b 줄번호 : Breakpoint
- n : Next step
- c : Continue
- q : Quit
'도서관 I > 리눅스' 카테고리의 다른 글
[펌] crontab 사용법 (0) | 2007.05.07 |
---|---|
[펌] 서버 관리를 위한 ssh 서버 보안세팅 (0) | 2006.10.30 |
[바람이] 간단한 Shell 명령어 정리 (0) | 2006.09.02 |
[바람이] mm_struct 에 대한 개요 (0) | 2005.09.28 |
[바람이] task의 순환 (Running , Ready , Blocked) (0) | 2005.09.28 |