Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Improvements to a few GDB frame unwind functions
@ 2025-01-10 16:43 Thiago Jung Bauermann
  2025-01-10 16:43 ` [PATCH 1/2] GDB: frame: Make VALUEP argument optional in frame_register_unwind Thiago Jung Bauermann
  2025-01-10 16:44 ` [PATCH 2/2] GDB: Use gdb::array_view for buffers used in register reading and unwinding Thiago Jung Bauermann
  0 siblings, 2 replies; 12+ messages in thread
From: Thiago Jung Bauermann @ 2025-01-10 16:43 UTC (permalink / raw)
  To: gdb-patches; +Cc: Aktemur, Tankut Baris, Simon Marchi, Maciej W. Rozycki

Hello,

These patches grew out of patch 2 of my series¹:

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support

Simon suggested me to split it into two patches and post them separately,
so here goes.

The second patch incorporates review comments from Baris and Simon.
It has a changelog describing them.


Thiago Jung Bauermann (2):
  GDB: frame: Make VALUEP argument optional in frame_register_unwind
  GDB: Use gdb::array_view for buffers used in register reading and
    unwinding

 gdb/amd64-windows-tdep.c |  4 ++--
 gdb/frame.c              | 26 +++++++++++++---------
 gdb/frame.h              | 10 ++++-----
 gdb/mips-tdep.c          | 48 ++++++++++++++++++++++------------------
 gdb/stack.c              |  2 +-
 5 files changed, 50 insertions(+), 40 deletions(-)

¹ https://inbox.sourceware.org/gdb-patches/20241102025635.586759-1-thiago.bauermann@linaro.org/

base-commit: 07492186894c3eda4242e9994fc5e973b8f3fb0b

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

end of thread, other threads:[~2025-01-13 16:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-10 16:43 [PATCH 0/2] Improvements to a few GDB frame unwind functions Thiago Jung Bauermann
2025-01-10 16:43 ` [PATCH 1/2] GDB: frame: Make VALUEP argument optional in frame_register_unwind Thiago Jung Bauermann
2025-01-10 17:02   ` Simon Marchi
2025-01-10 22:23     ` Thiago Jung Bauermann
2025-01-10 16:44 ` [PATCH 2/2] GDB: Use gdb::array_view for buffers used in register reading and unwinding Thiago Jung Bauermann
2025-01-10 17:45   ` Simon Marchi
2025-01-10 22:28     ` Thiago Jung Bauermann
2025-01-11 13:54       ` Tom de Vries
2025-01-11 15:46         ` Thiago Jung Bauermann
2025-01-11 16:01           ` Tom de Vries
2025-01-12  0:32             ` Thiago Jung Bauermann
2025-01-13 16:40               ` Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox