This is the mail archive of the gdb@sourceware.org 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]

Re: importing symbols from unsupported BFD target


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


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