$ gdb --help This is the GNU debugger. Usage: gdb [options] [executable-file [core-file or process-id]] gdb [options] --args executable-file [inferior-arguments ...] Options: --args Arguments after executable-file are passed to inferior -b BAUDRATE Set serial port baud rate used for remote debugging. --batch Exit after processing options. --batch-silent As for --batch, but suppress all gdb stdout output. --return-child-result GDB exit code will be the child's exit code. --cd=DIR Change current directory to DIR. --command=FILE, -x Execute GDB commands from FILE. --eval-command=COMMAND, -ex Execute a single GDB command. May be used multiple times and in conjunction with --command. --core=COREFILE Analyze the core dump COREFILE. --pid=PID Attach to running process PID. --dbx DBX compatibility mode. --directory=DIR Search for source files in DIR. --epoch Output information used by epoch emacs-GDB interface. --exec=EXECFILE Use EXECFILE as the executable. --fullname Output information used by emacs-GDB interface. --help Print this message. --interpreter=INTERP Select a specific interpreter / user interface -l TIMEOUT Set timeout in seconds for remote debugging. --nw Do not use a window interface. --nx Do not read .gdbinit file. --quiet Do not print version number on startup. --readnow Fully read symbol files on first access. --se=FILE Use FILE as symbol file and executable file. --symbols=SYMFILE Read symbols from SYMFILE. --tty=TTY Use TTY for input/output by the program being debugged. --tui Use a terminal user interface. --version Print version information and then exit. -w Use a window interface. --write Set writing into executable and core files. --xdb XDB compatibility mode. For more information, type "help" from within GDB, or consult the GDB manual (available as on-line info or a printed manual). Report bugs to "bug-gdb@gnu.org". |
스크립트에는 gdb에서 입력하던 명령어들을 넣어주면 된다.
[링크 : http://darkfader.net/arm/files/Example%20GDB%20script.txt]
'프로그램 사용 > gdb & insight' 카테고리의 다른 글
insight(gdb) 아키텍쳐별 차이점(?) (0) | 2010.05.18 |
---|---|
gdb cross compile 관련 (0) | 2010.05.18 |
gdb 스크립트를 이용한 자동화 - automation using script on gdb (3) | 2009.09.01 |
gdb 명령어 - next / step / [엔터] (0) | 2009.07.01 |
gdb help (0) | 2009.06.26 |
간단한 gdb/gdbserver/insight 사용법 (0) | 2009.06.26 |
댓글을 달아 주세요
비밀댓글입니다
2009.09.01 16:25 [ ADDR : EDIT/ DEL : REPLY ]make*.vc9 jconfig.vc Windows NT/95, MS Visual C++ 2008 (v9)
2009.09.01 16:33 [ ADDR : EDIT/ DEL ]라고 install.txt 파일에 되어있는데, VC++6에서 makefile로 하는법 찾아볼려다가 GG 선언했어요 ㅠ.ㅠ
libpng는 어거지로 프로젝트 만들어서 외부 makefile로 해보긴했는데, 이러한 방법 말고는 아직 깔끔한 방법이 안보이더라구요 ㅠ.ㅠ
http://minimonk.tistory.com/791 에 VC++6 용은 올려 놨는데 nmake 하기 전에는 안되는군요 ㅠ.ㅠ
2009.09.01 17:46 [ ADDR : EDIT/ DEL ]조금 더 시도해보고 업데이트 하도록 해보겠습니다 ㅠ.ㅠ