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 of them until later.  IIRC,
gdb support for the debug registers came in the 4.1.1-RELEASE of
FreeBSD.

-Brian
-- 
Brian Dean
[EMAIL PROTECTED]
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 and gdb are probably best,
unless you are talking protected mode code.

If your code is running in the kernel, you will want to
look at /sys/i386/conf/LINT, and look for the "DDB" and
"BREAK_TO_DEBUGGER" options.  That gives you access to a
non-visual SoftICE-like debugger, which is capable of
doing protected mode and user mode debugging.

I occasionally miss SoftICE's visual change notification
features.  8-(.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 language debugger) from
http://ellipse.mcs.drexel.edu/ald.html

According to the author, it was tested with FreeBSD 4.1.1-STABLE.

Adam

--- 
http://phonecowboy.com/registrar/twist/ finds a good domain for you
and checks for its existence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 only from 
version 4.2? Do i need to upgrade?

Please cc me in reply, as i am not subscribed to the list.
Any help is very good! Thank you for attention.

NKritsky - SysAdmin InternetHelp.Ru
http://www.internethelp.ru
e-mail: [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message