I see exactly the same behavior both kgdb and kgdb710 (devel/gdb with KGDB 
option):
(kgdb) p/x intr_cpus
No symbol "intr_cpus" in current context.
(kgdb) p/x 'intr_cpus.0'
$1 = 0xf

Not sure if clang should try to not produce that '.0' suffix (especially given
that there are no other intr_cpus symbols) or if kgdb should somehow figure out
the suffix.

-- 
Andriy Gapon
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to