need help to debug in linux (using DDD)
- From: Kranz <spamtrap@xxxxxxxxxx>
- Date: Sun, 25 Nov 2007 12:29:40 -0800 (PST)
I would like to know if there is a better debugger than DDD in linux.
I'm having trouble debugging the stack, I had google it, but the best
i could find is this site
http://www.acm.uiuc.edu/sigmil/RevEng/ch07.html
and use the display data, with this command `x /32xw $esp`
with that it shows something like the first table
http://www.acm.uiuc.edu/sigmil/RevEng/images/ddd-displays.png
but i don't understand the table, the first column is increasing by 16
bytes (from what i know, stack in x86 uses 4 bytes), the rest of the
columns are data i think.
btw: I'm using yasm to compile. and kate to write the code (there is
something better than an text editor to program in asm?)
.
- Follow-Ups:
- Re: need help to debug in linux (using DDD)
- From: LinuxAsm
- Re: [Clax86list] need help to debug in linux (using DDD)
- From: Charles Crayne
- Re: need help to debug in linux (using DDD)
- From: Tim Roberts
- Re: need help to debug in linux (using DDD)
- From: jacob navia
- Re: need help to debug in linux (using DDD)
- Prev by Date: Re: usage of assembly
- Next by Date: Re: usage of assembly
- Previous by thread: usage of assembly
- Next by thread: Re: need help to debug in linux (using DDD)
- Index(es):
Relevant Pages
|
|