public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Allow loading symbol files with an offset
@ 2018-06-11 12:08 Petr Tesarik
  2018-06-11 12:08 ` [PATCH v2 1/4] Add an optional offset option to the "symbol-file" command Petr Tesarik
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Petr Tesarik @ 2018-06-11 12:08 UTC (permalink / raw)
  To: gdb-patches; +Cc: Petr Tesarik, Jeff Mahoney

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(-)

-- 
2.13.6

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2018-06-27 12:57 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11 12:08 [PATCH v2 0/4] Allow loading symbol files with an offset Petr Tesarik
2018-06-11 12:08 ` [PATCH v2 1/4] Add an optional offset option to the "symbol-file" command Petr Tesarik
2018-06-11 15:23   ` Eli Zaretskii
2018-06-26  2:02   ` Simon Marchi
2018-06-11 12:08 ` [PATCH v2 2/4] Make add-symbol-file's address argument optional Petr Tesarik
2018-06-11 15:25   ` Eli Zaretskii
2018-06-11 16:50     ` Petr Tesarik
2018-06-11 17:25       ` Eli Zaretskii
2018-06-26  2:14   ` Simon Marchi
2018-06-11 12:08 ` [PATCH v2 3/4] Make sure that sorting does not change section order Petr Tesarik
2018-06-26  2:37   ` Simon Marchi
2018-06-26  5:10     ` Petr Tesarik
2018-06-26 13:26       ` Simon Marchi
2018-06-11 12:23 ` [PATCH v2 4/4] Add an optional offset option to the "add-symbol-file" command Petr Tesarik
2018-06-26  2:52   ` Simon Marchi
2018-06-22  7:52 ` [PATCH v2 0/4] Allow loading symbol files with an offset Petr Tesarik
2018-06-26  2:58   ` Simon Marchi
2018-06-26  5:01     ` Petr Tesarik
2018-06-26 15:15       ` Simon Marchi
2018-06-26 15:23         ` Petr Tesarik
2018-06-27 12:14 ` [PATCH v3 " Petr Tesarik
2018-06-27 12:14   ` [PATCH v3 2/4] Make add-symbol-file's address argument optional Petr Tesarik
2018-06-27 12:14   ` [PATCH v3 1/4] Add an optional offset option to the "symbol-file" command Petr Tesarik
2018-06-27 12:14   ` [PATCH v3 3/4] Make sure that sorting does not change section order Petr Tesarik
2018-06-27 12:33   ` [PATCH v3 4/4] Add an optional offset option to the "add-symbol-file" command Petr Tesarik
2018-06-27 12:57   ` [PATCH v3 0/4] Allow loading symbol files with an offset Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).