This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Anyone using alpha-freebsd target in gdb-current?


Is anyone actually using the alpha-freebsd target in gdb-current?
   
I'm working on alpha-netbsd support, and it uses the pre-existing
alphabsd-nat.c.

...but I'm having some serious problems.  They seem to be related
to breakpoints -- If I skip the implicit breakpoint at __start
(_start on a FreeBSD/alpha system) a test program behaves "more
correctly" (there are still some problems), but completely loses
if I leave that breakpoint there.

Also, NetBSD/alpha requires software single-stepping in gdb (which
I have implemented), which uses breakpoints ... the software single
stepping also gives unexpected results (the PC value when the breakpoint
trips is not what I expect).

But, anyway, I'd really like to just know if anyone is successfully using
the alpha bsd native support successfully right now.  That would help
eliminate some variables for me.

Thanks.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]