mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
5ab2f44149
* buildvms.com: New file. * ia64vms-stub.c: New file.
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
$! Command to build the gdb stub
|
|
$cc /debug/noopt /pointer=64 gdbstub +sys$library:sys$lib_c.tlb/lib
|
|
$ link/notraceback/sysexe/map=gdbstub.map/full/share=gdbstub.exe gdbstub,sys$inp
|
|
ut/opt
|
|
$deck
|
|
cluster=gdbzero
|
|
collect=gdbzero, XFER_PSECT
|
|
$eod
|
|
$ search /nowarnings gdbstub.map "DECC$"
|
|
$! Example of use.
|
|
$ DEFINE /nolog LIB$DEBUG sys$login:gdbstub.exe
|