On Wed, Jul 09, 2003 at 04:09:01PM -0400, Steven Blakeslee wrote:
> ddd will let you specify a gdb debugger to use. You have to add -g -ggdb to
> the CFLAGS and compile the kernel. Then give the command
>
> ddd --debugger ppc_8xx-gdb vmlinux
>
> Replace ppc_8xx-gdb with your debugger of choice, g
On Wed, 2003-07-09 at 21:57, Kent Borg wrote:
>
> I know it is wrong for me to ask, but is there (possibly already
> lurking in my Red Hat box?) a graphical front end to GDB that will
> work with embedded programming? Emacs already lets me debug with
> source code pretty well (not assembly, howev
In message <20030709155723.G20807 at borg.org> you wrote:
>
> I know it is wrong for me to ask, but is there (possibly already
> lurking in my Red Hat box?) a graphical front end to GDB that will
> work with embedded programming? Emacs already lets me debug with
There is: "ddd".
Use it for exam
I've used insight on cygwin with an Abatron BDI 2000. It seemed to work ok.
-Original Message-
From: Kenneth Johansson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 4:53 PM
To: Kent Borg
Cc: linuxppc-embedded at lists.linuxppc.org
Subject: Re: Heretical Question
O
: Kent Borg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 3:57 PM
To: linuxppc-embedded at lists.linuxppc.org
Subject: Heretical Question
I know it is wrong for me to ask, but is there (possibly already
lurking in my Red Hat box?) a graphical front end to GDB that will
work with embedded
I know it is wrong for me to ask, but is there (possibly already
lurking in my Red Hat box?) a graphical front end to GDB that will
work with embedded programming? Emacs already lets me debug with
source code pretty well (not assembly, however), and that is nice, but
what I really miss is a way t
Hello Kent,
I guess
ddd --gdb --debugger ${CROSS_COMPILE}gdb
is what you are looking for.
With regards to assembly language debugging your mileage may
vary. While GDB supports assemblty language there seem to be
a couple of bugs which sometimes prevent you from doing it
(mostly when t