route(8) broken?

Warner Losh imp at bsdimp.com
Mon Jul 29 15:07:49 UTC 2013


On Jul 28, 2013, at 3:26 PM, Tim Kientzle wrote:
> Unrelated:  have you had any luck using native gdb?
> 
> I started to try to debug the route failure and gdb
> is acting a little strange.  Everytime I hit 'n' it just
> runs to completion, occasionally with complaints about
> missing debug information.  (Yes, the binary in
> question does have debug information and when
> I set a breakpoint it will stop and show the related
> source.)
> 
> I suspect it might be related to gdb not recognizing
> the language:
> 
>   "Current language:  auto; currently minimal"

-O2 fallout? I've had to remove -O anything at times when debugging on arm because our tools don't generate good debugging info when things are highly optimized.

Warner



More information about the freebsd-arm mailing list