* Re: debugger
@ 2003-09-07 11:50 Maik Beckmann
2003-09-07 16:06 ` debugger Alexander Jänicke
0 siblings, 1 reply; 5+ messages in thread
From: Maik Beckmann @ 2003-09-07 11:50 UTC (permalink / raw)
To: linux-assembly
gdb is also capable of printing in intel style. I do not know the correct command for this, But its possible to change the syntax by a simple command.
And for the syscall list take a look at arch/i386/kernel/entry.S
All syscalls are merged there in the sys_call_table, which is really easy to obtain.
regards baegsch
----- Original Message -----
From: Rafael Diniz <rafael.diniz@ic.unicamp.br>
Date: Sun, 7 Sep 2003 06:47:39 -0300
To: linux-assembly@vger.kernel.org
Subject: debugger
> Hello all,
> I'm starting code in assembly language for Linux (i386 with nasm) and I'm
> using gdb to debug my programs, but I would like to know if there is any
> other debugger for i386 that uses the Intel syntax.
>
> Another thing, where can I get a complete documented (or not) list of all the
> syscalls present in the linux 2.6?
>
> Asm rocks!!!
>
> Bye,
> Rafael Diniz
>
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
> Engenharia da Computação -- Unicamp
> http://www.gnu.org/philosophy/why-free.pt.html
> Usuário do sistema operacional GNU/Linux
> Chave PGP: http://www.dcc.unicamp.br/~ra017126/pubkey.asc
> "Acreditar num conhecimento que pode ser vendido e
> comprado é uma forma sutil (e cruel) de perpetuar a ignorância."
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
^ permalink raw reply [flat|nested] 5+ messages in thread
* debugger
@ 2003-09-07 9:47 Rafael Diniz
2003-09-07 13:56 ` debugger Patrick Alken
0 siblings, 1 reply; 5+ messages in thread
From: Rafael Diniz @ 2003-09-07 9:47 UTC (permalink / raw)
To: linux-assembly
Hello all,
I'm starting code in assembly language for Linux (i386 with nasm) and I'm
using gdb to debug my programs, but I would like to know if there is any
other debugger for i386 that uses the Intel syntax.
Another thing, where can I get a complete documented (or not) list of all the
syscalls present in the linux 2.6?
Asm rocks!!!
Bye,
Rafael Diniz
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Engenharia da Computação -- Unicamp
http://www.gnu.org/philosophy/why-free.pt.html
Usuário do sistema operacional GNU/Linux
Chave PGP: http://www.dcc.unicamp.br/~ra017126/pubkey.asc
"Acreditar num conhecimento que pode ser vendido e
comprado é uma forma sutil (e cruel) de perpetuar a ignorância."
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
-
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-09-07 23:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-07 11:50 debugger Maik Beckmann
2003-09-07 16:06 ` debugger Alexander Jänicke
-- strict thread matches above, loose matches on Subject: below --
2003-09-07 9:47 debugger Rafael Diniz
2003-09-07 13:56 ` debugger Patrick Alken
2003-09-07 23:05 ` debugger Rafael Diniz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.