]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/build] Add debug_type
authorTom de Vries <tdevries@suse.de>
Wed, 11 Feb 2026 15:07:39 +0000 (16:07 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 11 Feb 2026 15:07:39 +0000 (16:07 +0100)
commit136ca533234bb979896479cc3bcc466c3128728f
tree39cc25e4ae4c65564345add8531d70454cba8d72
parent0fb67a2cf68660cbda609ba57f1c179dc6373da3
[gdb/build] Add debug_type

Add debug_type, similar to debug_val and debug_exp:
...
(gdb) call debug_type (type)
array (1 .. 4) of character(gdb)
...

Approved-By: Tom Tromey <tom@tromey.com>
gdb/typeprint.c