grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] Print out load addresses for .text and .data


From: Robbie Harwood
Subject: [PATCH v2 0/2] Print out load addresses for .text and .data
Date: Wed, 3 Nov 2021 14:22:05 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]