Re: [PATCH 19/63] dyndbg: make proper substructs in _ddebug_info

2025-03-17 Thread jim . cromie
On Tue, Feb 25, 2025 at 7:19 AM Louis Chauvet wrote: > > > > Le 25/01/2025 à 07:45, Jim Cromie a écrit : > > struct _ddebug_info's jobs is to enapsulate the __sections of dyndbg > > data from the linker. The data started as a single pair of fields: > > descs - ref'g an array of descriptors & num_

Re: [PATCH 19/63] dyndbg: make proper substructs in _ddebug_info

2025-02-25 Thread Louis Chauvet
Le 25/01/2025 à 07:45, Jim Cromie a écrit : struct _ddebug_info's jobs is to enapsulate the __sections of dyndbg data from the linker. The data started as a single pair of fields: descs - ref'g an array of descriptors & num_descs - counting the "pertinent" descriptors. Then classes & num_cla

[PATCH 19/63] dyndbg: make proper substructs in _ddebug_info

2025-01-27 Thread Jim Cromie
struct _ddebug_info's jobs is to enapsulate the __sections of dyndbg data from the linker. The data started as a single pair of fields: descs - ref'g an array of descriptors & num_descs - counting the "pertinent" descriptors. Then classes & num_classes were added, and _ddebug_info was invented to