Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] [gdb/contrib] Some dwarf-to-dwarf-assembler.py fixes
@ 2026-06-08 12:54 Tom de Vries
  2026-06-08 12:54 ` [PATCH 1/3] [gdb/contrib] Fix KeyError in dwarf-to-dwarf-assembler.py Tom de Vries
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Tom de Vries @ 2026-06-08 12:54 UTC (permalink / raw)
  To: gdb-patches

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


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

end of thread, other threads:[~2026-06-10 13:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 12:54 [PATCH 0/3] [gdb/contrib] Some dwarf-to-dwarf-assembler.py fixes Tom de Vries
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

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