Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Debugger for AMD64?

1 view
Skip to first unread message

David

unread,
Jan 4, 2010, 3:10:27 PM1/4/10
to

Anyone know of a AMD64 compatible symdeb/debug (command line) type debugger?
I use them all the time to test instruction results. For i386 I use ddeb,
but don't know of an AMD64 version?

BGB / cr88192

unread,
Jan 4, 2010, 5:25:16 PM1/4/10
to

"David" <th...@is.invalid> wrote in message
news:4b424b33$0$5086$9a6e...@unlimited.newshosting.com...


>
> Anyone know of a AMD64 compatible symdeb/debug (command line) type
> debugger? I use them all the time to test instruction results. For i386 I
> use ddeb, but don't know of an AMD64 version?

for which OS?...


if Windows, I am using WinDbg, but granted this is not a command-line
debugger.
still has support for disassembly, ...

for Linux, there is GDB...

I think there may be a Win64 port of GDB by now, but I have not checked.

I forget where exactly, but I think there was also a command-line debugger
which was available in source form mostly to demonstrate the ToolHlp and
DbgHlp libraries.
...

Frank Kotler

unread,
Jan 4, 2010, 5:49:21 PM1/4/10
to

Sztacheta - jozeksztacheta wrote... but the clax86 moderation software
ate his post (for some reason)

Try FDBG

http://feryno.host.sk/

Sorry to have dropped your post - hope I've got it right! Thanks!

Best,
Frank

Alexei A. Frounze

unread,
Jan 5, 2010, 3:10:04 AM1/5/10
to

On Jan 4, 2:25 pm, "BGB / cr88192" <cr88...@MUNGED.microcosmotalk.com>
wrote:
> "David" <t...@is.invalid> wrote in message

Other Microsoft debuggers (console) are:
NTSD, CDB and KD.
NTSD is in \windows\system32 on WinXP.

See more here: http://msdn.microsoft.com/en-us/library/cc267445.aspx

Alex

David

unread,
Jan 5, 2010, 9:46:52 AM1/5/10
to

"BGB / cr88192" <cr8...@MUNGED.microcosmotalk.com> wrote in message
news:4b426acc$0$5082$9a6e...@unlimited.newshosting.com...


>
>
> "David" <th...@is.invalid> wrote in message
> news:4b424b33$0$5086$9a6e...@unlimited.newshosting.com...
>>
>> Anyone know of a AMD64 compatible symdeb/debug (command line) type
>> debugger? I use them all the time to test instruction results. For i386
>> I
>> use ddeb, but don't know of an AMD64 version?
>
> for which OS?...
>
>
> if Windows, I am using WinDbg, but granted this is not a command-line
> debugger.
> still has support for disassembly, ...

Windows .. there is CDB as well - but I just want to open the debugger, type
"a", do my own thing, hit "t" a couple to see the results.

>
> for Linux, there is GDB...
>
> I think there may be a Win64 port of GDB by now, but I have not checked.

I'll search for that.

0 new messages