public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix some Python Inferior methods
@ 2023-07-07 15:07 Tom Tromey
  2023-07-07 15:07 ` [PATCH 1/5] Minor cleanups in py-inferior.exp Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Tom Tromey @ 2023-07-07 15:07 UTC (permalink / raw)
  To: gdb-patches

A user pointed out a bug in Inferior.search_memory.  This series is
the result.  Most of the patches are minor things I noticed while
working on the final patch, which fixes the bug.

Regression tested on x86-64 Fedora 36.

---
Tom Tromey (5):
      Minor cleanups in py-inferior.exp
      Refactor py-inferior.exp
      Rename Python variable in py-inferior.exp
      Remove obsolete comment from gdbthread.h
      Use correct inferior in Inferior.read_memory et al

 gdb/gdbthread.h                          |  2 +-
 gdb/python/py-inferior.c                 | 36 +++++++++++++--
 gdb/testsuite/gdb.python/py-inferior.exp | 79 ++++++++++++++++++++++++--------
 3 files changed, 92 insertions(+), 25 deletions(-)
---
base-commit: 13f5f57e0d2fb3e06e15c57d67a40499a5910ba6
change-id: 20230707-py-inf-fixes-30615-668ef09475ab

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2023-07-11 15:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07 15:07 [PATCH 0/5] Fix some Python Inferior methods Tom Tromey
2023-07-07 15:07 ` [PATCH 1/5] Minor cleanups in py-inferior.exp Tom Tromey
2023-07-07 18:06   ` Pedro Alves
2023-07-11 15:05     ` Tom Tromey
2023-07-07 15:07 ` [PATCH 2/5] Refactor py-inferior.exp Tom Tromey
2023-07-07 18:12   ` Pedro Alves
2023-07-07 15:07 ` [PATCH 3/5] Rename Python variable in py-inferior.exp Tom Tromey
2023-07-07 18:14   ` Pedro Alves
2023-07-11 15:19     ` Tom Tromey
2023-07-07 15:08 ` [PATCH 4/5] Remove obsolete comment from gdbthread.h Tom Tromey
2023-07-07 18:15   ` Pedro Alves
2023-07-07 15:08 ` [PATCH 5/5] Use correct inferior in Inferior.read_memory et al Tom Tromey
2023-07-07 18:26   ` Pedro Alves
2023-07-07 18:27     ` Pedro Alves

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