https://sourceware.org/bugzilla/show_bug.cgi?id=26125
Frank Ch. Eigler changed:
What|Removed |Added
Severity|normal |critical
Assignee|unassi
https://sourceware.org/bugzilla/show_bug.cgi?id=25628
Frank Ch. Eigler changed:
What|Removed |Added
Assignee|amerey at redhat dot com |alizhang at redhat dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=27531
Frank Ch. Eigler changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |alizhang at redhat dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=27571
Frank Ch. Eigler changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |alizhang at redhat dot
com
From: Timm Bäder
Make advance_pc() a static function so we can get rid of another nested
function. Rename it to run_advance_pc() and use a local advance_pc()
macro to pass all the local variables. This is similar to what the
equivalent code in libdw/dwarf_getsrclines.c is doing.
Signed-off-by: T
Giving this another shot since pulling all the parsing code into
libdwP.h seems a bit overkill (and potentially buggy of course). The
downside is that run_advance_pc() takes 6 arguments instead of the 4
that it takes in libdwarf_getsrclines.c