This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]