wine/dlls/dbghelp
Eric Pouech 13afaa7c16 dbghelp/tests: Use msinfo32.exe instead of notepad.exe.
Under Windows 11, notepad.exe has been migrated into the UWP framework,
and can no longer be launched as a 32bit process:
- even if c:\windows\syswow64\notepad.exe is still a 32 bit PE file
- the process created from c:\windows\syswow64\notepad.exe is not a
  wow64 process.

So use msinfo32.exe instead. Like notepad.exe, it's a gui application,
present on Wine and all test-bot:ed windows platforms. But unlike
notepad.exe, it's not an UWP app on Windows 11.

(May not fully fix all the bugs below, but will get rid of a bunch
 of errors).

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54535
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54536
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54537
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2023-03-08 18:08:23 +01:00
..
tests dbghelp/tests: Use msinfo32.exe instead of notepad.exe. 2023-03-08 18:08:23 +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: Stop unwinding on potential 64bit frame for i386 cpu. 2023-02-06 22:34:44 +01:00
cpu_x86_64.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
dbghelp.c dbghelp: Add new module at end of the process' modules list. 2023-02-17 18:59:29 +01:00
dbghelp.spec dbghelp: Add partial implementation of SymQueryInlineTrace. 2022-11-18 14:11:50 +01:00
dbghelp_private.h dbghelp: Fix vdso.so lookup. 2023-03-08 17:49:00 +01:00
dwarf.c dbghelp: In dwarf debug info, use the same name of anonymous UDT as pdb. 2023-01-24 20:14:52 +01:00
dwarf.h
elf_module.c dbghelp: Fix vdso.so lookup. 2023-03-08 17:49:00 +01:00
image.c dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
image_private.h
macho_module.c dbghelp: Filter on machine when searching for Wine system PE modules. 2023-02-06 22:34:44 +01:00
Makefile.in dbghelp: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
minidump.c dbghelp: Let EnumerateLoadedModules() expose image names. 2023-02-17 18:59:29 +01:00
module.c dbghelp: Don't set ELF loader when wine's loader isn't accessible. 2023-03-08 17:49:00 +01:00
msc.c dbghelp: Fix a typo in a comment. 2023-02-14 09:58:03 +01:00
path.c dbghelp: Filter on machine when searching for Wine system PE modules. 2023-02-06 22:34:44 +01:00
pe_module.c dbghelp: Filter on machine when searching for Wine system PE modules. 2023-02-06 22:34:44 +01:00
source.c dbghelp: No longer use wine_dbgstr_longlong. 2022-10-10 11:11:15 +02:00
stabs.c dbghelp: Use addr_range for storing symt_function address and size. 2022-11-01 17:53:57 +01:00
stack.c dbghelp: Implement SymAddrIncludeInlineTrace(). 2022-11-18 14:11:50 +01:00
storage.c dbghelp: Realloc array of buckets inside struct vector. 2022-10-21 23:18:06 +02:00
symbol.c dbghelp: Add partial implementation of SymQueryInlineTrace. 2022-11-18 14:11:50 +01:00
type.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
version.rc