mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
do not emit global vars for decls
This commit is contained in:
@@ -2480,6 +2480,10 @@ d2r_convert_symbols(Arena *arena,
|
|||||||
// are declared in global scope without a name
|
// are declared in global scope without a name
|
||||||
if (name.size == 0) { break; }
|
if (name.size == 0) { break; }
|
||||||
|
|
||||||
|
// decls do not have location info
|
||||||
|
B32 is_decl = dw_flag_from_tag_attrib_kind(input, cu, tag, DW_AttribKind_Declaration);
|
||||||
|
if (is_decl) { break; }
|
||||||
|
|
||||||
U64 voff = max_U64;
|
U64 voff = max_U64;
|
||||||
B32 is_thread_var = 0;
|
B32 is_thread_var = 0;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user