All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Print out load addresses for .text and .data
@ 2021-11-03 18:22 Robbie Harwood
  2021-11-03 18:22 ` [PATCH v2 1/2] Add gdb-friendly output support to grub_real_dprintf() Robbie Harwood
  2021-11-03 18:22 ` [PATCH v2 2/2] Make a "gdb" dprintf that tells us load addresses Robbie Harwood
  0 siblings, 2 replies; 10+ messages in thread
From: Robbie Harwood @ 2021-11-03 18:22 UTC (permalink / raw)
  To: grub-devel; +Cc: Robbie Harwood

Hi, this is a new iteration of the patches to display virtual addresses of
grub-core/kernel.exec for use in gdb.

For this iteration, I've taken Thomas's suggestion (thanks!) to address
Glenn's reviews: instead of hiding file:line numbers, they are printed on
their own line, commented out.

Be well,
--Robbie

Peter Jones (1):
  Make a "gdb" dprintf that tells us load addresses

Robbie Harwood (1):
  Add gdb-friendly output support to grub_real_dprintf()

 grub-core/kern/dl.c       | 50 +++++++++++++++++++++++++++++++++++++++
 grub-core/kern/efi/efi.c  |  4 ++--
 grub-core/kern/efi/init.c | 26 +++++++++++++++++++-
 grub-core/kern/misc.c     |  7 +++++-
 include/grub/efi/efi.h    |  2 +-
 5 files changed, 84 insertions(+), 5 deletions(-)

-- 
2.33.0



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

end of thread, other threads:[~2022-01-27  8:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-03 18:22 [PATCH v2 0/2] Print out load addresses for .text and .data Robbie Harwood
2021-11-03 18:22 ` [PATCH v2 1/2] Add gdb-friendly output support to grub_real_dprintf() Robbie Harwood
2021-11-03 18:22 ` [PATCH v2 2/2] Make a "gdb" dprintf that tells us load addresses Robbie Harwood
2021-11-25 17:19   ` Daniel Kiper
2021-11-29 23:11     ` Robbie Harwood
2021-11-30 16:08       ` Daniel Kiper
2021-12-01 16:08         ` Peter Jones
2021-12-01 16:42           ` Daniel Kiper
2022-01-26  8:02   ` Glenn Washburn
2022-01-27  8:19   ` Glenn Washburn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.