gdb is breaking at wrong locations
Kevin Buettner
kevinb@redhat.com
Fri Sep 27 14:56:00 GMT 2002
On Sep 27, 4:31pm, David Knuth wrote:
> On Friday, September 27, 2002, at 03:15 PM, Kevin Buettner wrote:
>
> > It sounds to me like you have a mismatch between the executable that
> > you're running on the target and the symbol file that you're loading
> > into gdb.
>
> I suspected this also, but I have only one set of sources, did a clean
> build, and had gdb load the ROM image. Incidentally, this is how I do
> it. If there is a better way, please enlighten me. (I'm doing this
> from memory, so the exact wording might be off.)
>
> > sudo modprobe bdm
> > cd src
> >m68k-unknown-coff-gdb
> $file ../bin/rom
> $target bdm /dev/icd_bdm0
> $r
> Download source from src/../bin/rom? (y or n) [y] y
>
> So, from the above, I don't know how the symbol file and executable
> could be mismatched because they are the same file, right?
That looks reasonable.
Has it *ever* worked correctly in the past?
Kevin
More information about the Gdb
mailing list