On 25/02/16(Thu) 11:39, Mike Larkin wrote:
> On Thu, Feb 25, 2016 at 03:05:21PM +0100, Martin Pieuchot wrote:
> [...]
> > - return 0;
> > + return db_elf_sym_lookup(&db_symtab, symstr);
> > }
>
> From what I can tell, db_lookup is only called one time in the tree.
> Rather than replace db_loo
On Thu, Feb 25, 2016 at 03:05:21PM +0100, Martin Pieuchot wrote:
> I'd like to be able to iterate over all the kernel symbols. I could
> do like some of the functions below and abuse ``db_last_symtab'' but
> we since only have a single symbol table there's no point in keeping
> a complex interface
I'd like to be able to iterate over all the kernel symbols. I could
do like some of the functions below and abuse ``db_last_symtab'' but
we since only have a single symbol table there's no point in keeping
a complex interface.
Ok?
Index: ddb/db_hangman.c