Re: Debuggers for FreeBSD

2001-05-31 Thread Brian Dean
On Tue, May 29, 2001 at 01:21:27PM +0400, Nickolay A. Kritsky wrote: > BTW - is it true that FreeBSD kernel started supporting DRx > registers only from version 4.2? Do i need to upgrade? The kernel supported the IA32 debug registers, DR0-DR7, in 4.0-RELEASE, however, gdb did not make use o

Re: Debuggers for FreeBSD

2001-05-30 Thread Thomas Quinot
Le 2001-05-30, Terry Lambert écrivait : > SoftICE is actually overkill; ddd and gdb are probably best, > unless you are talking protected mode code. For a nice visual debugger, you can also give GVD (GNU Visual Debugger) a try. See: http://libre.act-europe.fr/gvd/ Thomas. -- [EMAIL PROT

Re: Debuggers for FreeBSD

2001-05-30 Thread Terry Lambert
"Nickolay A. Kritsky" wrote: > > Hi all. > I am using assembly language to write some useful programs > for my FreeBSD 3.3_release and i need some debugger. I am > not happy with gdb. Can you tell me if there is some Soft-ICE > type debuggers under this OS ? SoftICE is actually overkill; ddd

Re: Debuggers for FreeBSD

2001-05-29 Thread G. Adam Stanislav
At 13:21 29-05-2001 +0400, Nickolay A. Kritsky wrote: >Hi all. >I am using assembly language to write some useful programs for my FreeBSD 3.3_release and i need some debugger. I am not happy with >gdb. Can you tell me if there is some Soft-ICE type debuggers under this OS ? Try ald (assembly

Debuggers for FreeBSD

2001-05-29 Thread Nickolay A. Kritsky
Hi all. I am using assembly language to write some useful programs for my FreeBSD 3.3_release and i need some debugger. I am not happy with gdb. Can you tell me if there is some Soft-ICE type debuggers under this OS ? BTW - is it true that FreeBSD kernel started supporting DRx registers o