Debugging with nasm
From: RADIUM (uh5d_at_rz.uni-karlsruhe.de)
Date: 05/02/04
- Next message: Dan: "Please help me figure out a delay loop"
- Previous message: Charles Banas: "Re: DirectX in HLA"
- Next in thread: pacman128_at_hotmail.com: "Re: Debugging with nasm"
- Reply: pacman128_at_hotmail.com: "Re: Debugging with nasm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 2 May 2004 04:46:59 +0000 (UTC)
I wrote a little ASM progie with Nasm and output a ELF executable.
I tried debugging it with DDD and GDB, but none of both is able to display
the source code.
If I type "list" in GDB, not only the source code not gets displayed but
also
the raw dissassembled code is not shown.
So, how can I debug a executable which has been build with nasm?
Please note, that I tried to assemble with "nasm -g -felf asmprog.asm".
Thx in advance
Radium
- Next message: Dan: "Please help me figure out a delay loop"
- Previous message: Charles Banas: "Re: DirectX in HLA"
- Next in thread: pacman128_at_hotmail.com: "Re: Debugging with nasm"
- Reply: pacman128_at_hotmail.com: "Re: Debugging with nasm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|