[PATCH v2 0/4] Allow loading symbol files with an offset

Petr Tesarik ptesarik@suse.cz
Fri Jun 22 07:52:00 GMT 2018


Hi all,

I'm sorry if I'm being impatient, but what should be the next step to
get this patch set reviewed and accepted? Anything I can do to help?

Also note that I haven't signed the copyright assignment form yet. I
have no issues with doing that, but I have no idea how to get things
rolling.

TIA,
Petr T

On Mon, 11 Jun 2018 14:08:31 +0200
Petr Tesarik <ptesarik@suse.cz> wrote:

> Implement an "-o" option for symbol-file and add-symbol-file.
> 
> Changes since v1:
> * Adjust help texts
> * Update gdb/NEWS
> 
> Petr Tesarik (4):
>   Add an optional offset option to the "symbol-file" command
>   Make add-symbol-file's address argument optional
>   Make sure that sorting does not change section order
>   Add an optional offset option to the "add-symbol-file" command
> 
>  gdb/ChangeLog                       |  23 ++++++++
>  gdb/NEWS                            |  10 ++++
>  gdb/doc/ChangeLog                   |  13 +++++
>  gdb/doc/gdb.texinfo                 |  24 ++++++--
>  gdb/symfile.c                       | 108 +++++++++++++++++++++++++++++-------
>  gdb/testsuite/ChangeLog             |  13 +++++
>  gdb/testsuite/gdb.base/relocate.exp |  95 +++++++++++++++++++++++++++++++
>  7 files changed, 259 insertions(+), 27 deletions(-)
> 



More information about the Gdb-patches mailing list