lkml.org 
[lkml]   [2000]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: how interesting are data->bss patches?
Date
On Mon, 25 Sep 2000 21:20:00 -0500 (CDT), 
Peter Samuelson <peter@cadcamlab.org> wrote:
>Cool stuff! I thought about using basically the same approach, but I
>wasn't sure if binutils was up to the job. I didn't know about readelf
>(well, I'd read about it in the 2.10 announcement, but I didn't know
>what it could do). Basically readelf is objdump on steroids, right?

Correct.

>Now, is there a way to extract filenames and line numbers off those
>symbols, if you build with -g?

readelf -w dumps debug info but only if you compile with dwarf, -g
alone is not enough. Objects compiled with dwarf are a lot bigger and
the readelf -w output is messy to parse, it is probably not justified.
For a process that is not going to run very often, using etags, cscope,
sourcenavigator, lxr or other such tool to find the variables is
acceptable (says he who will not be doing the work ;).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.053 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site