public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add DW_TAG_compile_unit DIE to Dummy CUs
@ 2024-04-18 11:28 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2024-04-18 11:28 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41d5ff24c6723b87ada11c1287f50cb87f7d89e2

commit 41d5ff24c6723b87ada11c1287f50cb87f7d89e2
Author: Will Hawkins <hawkinsw@obs.cr>
Date:   Thu Apr 18 13:28:52 2024 +0200

    Add DW_TAG_compile_unit DIE to Dummy CUs
    
    Dummy CUs help detect errors and are very helpful. However, the DWARF
    spec seems to indicate the CUs need a DW_TAG_compile_unit in addition to
    the header. This patch adds that.
    
    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31650
    
    Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
    Approved-By: Tom de Vries <tdevries@suse.de>
    Tested-By: Tom de Vries <tdevries@suse.de>

Diff:
---
 gdb/testsuite/lib/dwarf.exp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/testsuite/lib/dwarf.exp b/gdb/testsuite/lib/dwarf.exp
index c694375b534..1a97f83f8e6 100644
--- a/gdb/testsuite/lib/dwarf.exp
+++ b/gdb/testsuite/lib/dwarf.exp
@@ -2999,6 +2999,7 @@ namespace eval Dwarf {
     proc dummy_cu {} {
 	# Generate a CU with default options and empty body.
 	cu {label dummy_cu} {
+	  compile_unit {}
 	}
 
 	# Generate an .debug_aranges entry for the dummy CU.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-18 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 11:28 [binutils-gdb] Add DW_TAG_compile_unit DIE to Dummy CUs 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).