Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] [gdb/contrib] Some dwarf-to-dwarf-assembler.py fixes
Date: Mon,  8 Jun 2026 14:54:17 +0200	[thread overview]
Message-ID: <20260608125420.2318026-1-tdevries@suse.de> (raw)

This patch series contains 3 gdb/contrib/dwarf-to-dwarf-assembler.py fixes.

I've tested it using:
...
$ for f in $(find outputs/ -type f -executable); do \
    echo "FILE: $f"; \
    src/gdb/contrib/dwarf-to-dwarf-assembler.py $f; \
  done > LOG 2>&1
$ egrep -c "Traceback" LOG
0
...

Tom de Vries (3):
  [gdb/contrib] Fix KeyError in dwarf-to-dwarf-assembler.py
  [gdb/contrib] Fix UnicodeDecodeError in dwarf-to-dwarf-assembler.py
  [gdb/contrib] Fix ELFParseError in dwarf-to-dwarf-assembler.py

 gdb/contrib/dwarf-to-dwarf-assembler.py | 33 ++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 4 deletions(-)


base-commit: 748350ae9e20d4698527c57bb3d3d76a33242cab
-- 
2.51.0


             reply	other threads:[~2026-06-08 12:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-08 12:54 Tom de Vries [this message]
2026-06-08 12:54 ` [PATCH 1/3] [gdb/contrib] Fix KeyError in dwarf-to-dwarf-assembler.py Tom de Vries
2026-06-09 17:04   ` Tom Tromey
2026-06-10  7:57     ` Tom de Vries
2026-06-10 13:23       ` Tom Tromey
2026-06-08 12:54 ` [PATCH 2/3] [gdb/contrib] Fix UnicodeDecodeError " Tom de Vries
2026-06-09 17:07   ` Tom Tromey
2026-06-10  9:12     ` Tom de Vries
2026-06-08 12:54 ` [PATCH 3/3] [gdb/contrib] Fix ELFParseError " Tom de Vries
2026-06-08 13:18   ` Tom de Vries
2026-06-09 17:08   ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260608125420.2318026-1-tdevries@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox