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

From: Petr Tesarik <petr@tesarici.cz>

Implement an "-o" option for symbol-file and add-symbol-file.

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                       |  12 +++++
 gdb/doc/ChangeLog                   |   7 +++
 gdb/doc/gdb.texinfo                 |  24 ++++++---
 gdb/symfile.c                       | 102 +++++++++++++++++++++++++++++-------
 gdb/testsuite/ChangeLog             |   7 +++
 gdb/testsuite/gdb.base/relocate.exp |  95 +++++++++++++++++++++++++++++++++
 6 files changed, 222 insertions(+), 25 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2018-06-11 19:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08 12:40 [PATCH 0/4] Allow loading symbol files with an offset Petr Tesarik
2018-06-08 12:40 ` [PATCH 4/4] Add an optional offset option to the "add-symbol-file" command Petr Tesarik
2018-06-08 12:40 ` [PATCH 3/4] Make sure that sorting does not change section order Petr Tesarik
2018-06-08 12:40 ` [PATCH 1/4] Add an optional offset option to the "symbol-file" command Petr Tesarik
2018-06-08 12:59   ` Tom Tromey
2018-06-08 13:09   ` Eli Zaretskii
2018-06-08 12:53 ` [PATCH 2/4] Make add-symbol-file's address argument optional Petr Tesarik
2018-06-08 13:11   ` Eli Zaretskii
2018-06-08 13:34 ` [PATCH 0/4] Allow loading symbol files with an offset Pedro Alves
2018-06-11  9:41   ` Petr Tesarik
2018-06-11 18:41     ` Petr Tesarik
2018-06-11 19:10       ` Eli Zaretskii

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