importing symbols from unsupported BFD target

Daniel Jacobowitz drow@false.org
Tue Jun 30 17:17:00 GMT 2009


On Tue, Jun 30, 2009 at 06:59:06PM +0200, Tavis Ormandy wrote:
> This basically works, `info address symname`, `b symname`, `x/i symname` all
> work, but `info symbol address` fails, and stacktraces, info breakpoints,
> etc, etc are not symbolised.
> 
> Can anyone suggest what I might be missing?

I think you're going to have to create sections in the file; this
sounds like it's going to be specific to ABS symbols.  A NOBITS
(bss) section is probably fine though it may need to be marked
executable too.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list