Dwarf: rework self-hosted debug info from scratch
This is in preparation for incremental and actually being able to debug executables built by the x86_64 backend.
This commit is contained in:
@@ -4003,7 +4003,7 @@ pub fn loadStructType(ip: *const InternPool, index: Index) LoadedStructType {
|
||||
}
|
||||
}
|
||||
|
||||
const LoadedEnumType = struct {
|
||||
pub const LoadedEnumType = struct {
|
||||
// TODO: the non-fqn will be needed by the new dwarf structure
|
||||
/// The name of this enum type.
|
||||
name: NullTerminatedString,
|
||||
|
||||
Reference in New Issue
Block a user