winedbg: Introduce struct data_model to describe the various models for base types.
commit96ecee3211d606eff2585073eb5854aae4142911
authorEric Pouech <eric.pouech@gmail.com>
Tue, 10 May 2022 15:11:08 +0000 (10 17:11 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 May 2022 20:11:41 +0000 (13 22:11 +0200)
treed55a4bb795af85e2bcfe5e7c9a791e6813d2e226
parent074177b8b0356df2e3ddfb8534e2ee1257b37a71
winedbg: Introduce struct data_model to describe the various models for base types.

Detect data model to be used with current debuggee
PE & ELF 32 bit => ILP32
PE 64 bit       => LP64
ELF 64 bit      => LLP64

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/winedbg/debugger.h
programs/winedbg/types.c