mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +00:00
LibDebug: Miscellaneous fixes from #2097
This commit is contained in:
parent
42b61cfe2c
commit
5fd64045b1
Notes:
sideshowbarker
2024-07-19 06:53:54 +09:00
Author: https://github.com/itamar8910
Commit: 5fd64045b1
Pull-request: https://github.com/SerenityOS/serenity/pull/2118
Reviewed-by: https://github.com/awesomekling
5 changed files with 5 additions and 5 deletions
|
@ -186,7 +186,7 @@ NonnullOwnPtr<DebugInfo::VariableInfo> DebugInfo::create_variable_info(const Dwa
|
|||
if (type_name.has_value()) {
|
||||
variable_info->type = type_name.value().data.as_string;
|
||||
} else {
|
||||
dbg() << "Unnamed DWRAF type at offset: " << type_die.offset();
|
||||
dbg() << "Unnamed DWARF type at offset: " << type_die.offset();
|
||||
variable_info->name = "[Unnamed Type]";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue