Etay Meiri wrote:

> I'm looking for a dos's debug equivalent utility.
> i.e: a tool to trace into the assembly code of a linux executable
> (elf/a.out).

`objdump' can disassemble files. `gdb' can debug programs, at either
the source code or machine code levels. `strace' will trace system
calls.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to