public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] gdb: Fix open_source_file error handling
@ 2023-02-10  1:59 Aaron Merey
  2023-02-10  1:59 ` [PATCH 1/2] Move implementation of perror_with_name to gdbsupport Aaron Merey
  2023-02-10  1:59 ` [PATCH 2/2] gdb/source: Fix open_source_file error handling Aaron Merey
  0 siblings, 2 replies; 7+ messages in thread
From: Aaron Merey @ 2023-02-10  1:59 UTC (permalink / raw)
  To: gdb-patches; +Cc: tom, keiths, Aaron Merey

v1: https://sourceware.org/pipermail/gdb-patches/2023-February/196529.html

v2 implements the following suggestions:
https://sourceware.org/pipermail/gdb-patches/2023-February/196693.html

Aaron Merey (2):
  Move implementation of perror_with_name to gdbsupport
  gdb/source: Fix open_source_file error handling

 gdb/debuginfod-support.h | 15 +++++++++------
 gdb/source-cache.c       |  2 +-
 gdb/source.c             | 40 ++++++++++++++++++++++++++++++----------
 gdb/source.h             |  5 +++--
 gdb/utils.c              | 36 ------------------------------------
 gdbserver/utils.cc       | 22 ----------------------
 gdbsupport/errors.cc     | 24 ++++++++++++++++++++++++
 gdbsupport/errors.h      | 13 ++++++++++---
 8 files changed, 77 insertions(+), 80 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-02-11  2:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10  1:59 [PATCH v2 0/2] gdb: Fix open_source_file error handling Aaron Merey
2023-02-10  1:59 ` [PATCH 1/2] Move implementation of perror_with_name to gdbsupport Aaron Merey
2023-02-10 14:39   ` Tom Tromey
2023-02-11  2:13     ` Aaron Merey
2023-02-10  1:59 ` [PATCH 2/2] gdb/source: Fix open_source_file error handling Aaron Merey
2023-02-10 14:41   ` Tom Tromey
2023-02-11  2:14     ` Aaron Merey

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