Displaying 1 result from an estimated 1 matches for "dw_access_public".
2020 Nov 17
1
[DebugInfo] Enabling constructor homing by default
...NK3foo8asStringB5cxx11Ev")
DW_AT_name ("asString")
DW_AT_decl_file ("./theclass.h")
DW_AT_decl_line (12)
DW_AT_type (0x000014e6 "string")
DW_AT_declaration (true)
DW_AT_external (true)
DW_AT_accessibility (DW_ACCESS_public)
DW_TAG_formal_parameter
DW_AT_type (0x0000371b "const foo*")
DW_AT_artificial (true)
NULL
And as expected no further type information (aside from the
destructor, also inlined). It seems gdb and lldb are able to find the
full type definition even when there'...