Some parts of Native Image (JFR support, GC, ...) define C-like structures via the annotations @RawStructure and @CStruct. At the moment, it seems that no debugging information is getting emitted for structs like that. Just in case that you want to add this support, NativeLibraries.findElementInfo(...) would be the starting point to query information about those structs. /cc @olpaw