Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Description
Follow-up to CORE-17605.
–
https://git.reactos.org/?p=reactos.git;a=blob;f=base/applications/drwtsn32/main.cpp;hb=HEAD#l50
51 static void PrintThread(FILE* output, DumpData& data, DWORD tid, ThreadData& thread)
|
...
|
61 #if defined(_M_IX86)
|
...
|
64 #elif defined(_M_AMD64)
|
...
|
69 #elif defined(_M_ARM)
|
...
|
74 #else
|
75 #error Unknown architecture
|
76 #endif
|
...
|
91 #error Unknown architecture
|
...
|
111 #error Unknown architecture
|
Attachments
Issue Links
- is blocked by
-
CORE-17899 ARM64: 'sdk/lib/crt/oldnames-msvcrt.S(57): fatal error C1189: #error: "Unsupported platform."'
- Open
- relates to
-
CORE-17605 Missing ARM support in Doctor Watson (drwtsn32) user-mode debugger
- Resolved