wine/dlls/dbghelp
Eric Pouech 0c3d78269f dbghelp: Silence some FIXMEs.
In some 32bit modules, MingW/GCC generates in Dwarf debug information,
a cfa address to be computed as:
   deref(register XX + offset)
which is too complicated to be expressed through regular DbgHelp APIs.

So silence the FIXME, and report a 'too complex' error (instead of
'internal').

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52790
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-10-19 21:08:03 +02:00
..
tests dbghelp/tests: Enable compilation with long types. 2022-02-24 20:22:21 +01:00
coff.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_arm.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_arm64.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_i386.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
cpu_x86_64.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
dbghelp.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
dbghelp.spec dbghelp: Add SymSrvGetFileIndexInfo stub. 2022-09-12 17:28:23 +02:00
dbghelp_private.h dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
dwarf.c dbghelp: Silence some FIXMEs. 2022-10-19 21:08:03 +02:00
dwarf.h
elf_module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
image.c dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
image_private.h
macho_module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
Makefile.in dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
minidump.c dbghelp: Use RtlGetVersion() for system version detection instead. 2022-05-13 09:58:26 +02:00
module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
msc.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
path.c dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
pe_module.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
source.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
stabs.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
stack.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
storage.c
symbol.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
type.c dbghelp: Allow symt_block to be defined over non contiguous chunks. 2022-10-19 21:07:27 +02:00
version.rc
wdbgexts.h