mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-19 02:22:23 -07:00
prefer last match to first in debug info, to gracefully avoid stale debug info in pdbs
This commit is contained in:
+1
-1
@@ -1873,7 +1873,7 @@ ASYNC_WORK_DEF(di_match_work)
|
||||
// rjf: atomically update the node's primary match
|
||||
ins_atomic_u64_eval_assign(&node->primary_match.dbgi_idx, dbgi_idx);
|
||||
ins_atomic_u32_eval_assign(&node->primary_match.section, name_map_section_kinds[name_map_kind_idx]);
|
||||
ins_atomic_u32_eval_assign(&node->primary_match.idx, run[0]);
|
||||
ins_atomic_u32_eval_assign(&node->primary_match.idx, run[num-1]);
|
||||
|
||||
// rjf: gather all alternate matches
|
||||
for(U32 match_idx = 1; match_idx < num; match_idx += 1)
|
||||
|
||||
Reference in New Issue
Block a user