| commit | fdc82b33c455b049d4739ef0959f458263197a33 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Thu Jan 26 21:13:20 2023 -0700 |
| committer | Tom Tromey <tom@tromey.com> | Sun Feb 12 13:03:58 2023 -0700 |
| tree | 8a3d71e0afeeb7d88cb3a858eb4f925d07224e84 | |
| parent | 8282ad74c302a8e0db7a588e500ae117a1df68c5 [diff] |
Move some code from dwarf2/read.c to die.c This patch introduces a new file, dwarf2/die.c, and moves some DIE-related code out of dwarf2/read.c and into this new file. This is just a small part of the long-term project to split up read.c. (According to 'wc', dwarf2/read.c is the largest file in gdb by around 8000 LOC.) Regression tested on x86-64 Fedora 36.