commit | 0b398cf8f30af07977763ffdf0c26547e46f8c09 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Jan 11 20:07:06 2024 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Apr 16 11:54:46 2024 -0600 |
tree | 73f221c4bb56cd5373db8ac75a932221e7b0a7bb | |
parent | 79ddf4a51a789c823d024409aec8712595701a23 [diff] |
Introduce class parent_map for DIE range map This changes the DIE range map from a raw addrmap to a custom class. A new type is used to represent the ranges, in an attempt to gain a little type safety as well. Note that the new code includes a map-of-maps type. This is not used yet, but will be used in the next patch. Co-Authored-By: Tom de Vries <tdevries@suse.de>