Stanislav Motylkov
baf2c0cc2d
[DRWTSN32] Add SMBIOS data to the system information ( #1017 )
...
[DMILIB][UDMIHELP] Allow functions to be linked with C++ code.
2018-11-21 21:49:15 +01:00
Mark Jansen
86ced3f237
[DRWTSN32] Include displacement in stacktrace.
2018-11-11 17:21:16 +01:00
Joann Mõndresku
cc439606a5
[TRANSLATIONS] Estonian for various base applications
2018-11-07 16:58:16 +01:00
Mark Jansen
1fa4e5f29c
[DRWTSN32] Improve stack dumping
2018-10-28 13:00:44 +01:00
Timo Kreuzer
6f13066647
[APPLICATIONS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Bișoc George
4217688b49
[TRANSLATION][DRWTSN32] Implement Romanian and Italian resource translations for Dr.Watson ( #607 )
2018-06-08 19:06:56 +02:00
Adam Słaboń
72ad0fe70b
[TRANSLATION] Polish translation update ( #554 )
...
- Added translations for cmdutils (at, clip, comp, eventcreate, mode, taskkill, wmic) and zipfldr.
- Updated translations for cmdutils (reg), drwtsn32, mmc, eventvwr, shell32 and cpl applets (console, input).
2018-05-19 13:17:49 +02:00
Mark Jansen
bb5db143f0
[DRWTSN32] Use GetCommandLineW for CommandLineToArgvW.
...
Spotted by Hermès
2018-05-18 18:27:36 +02:00
Wexpo Lyu
1d11d56d1a
[TRANSLATION][DRWTSN32] Add zh-CN translation. ( #549 )
2018-05-17 19:57:57 +02:00
Robert Naumann
9f9c961b41
[DRWTSN32] Add German translation
2018-05-04 21:34:09 +02:00
Pierre Schweitzer
3b6d00eab9
[DRWTSN32] Add French translation.
2018-05-01 12:19:17 +02:00
Adam Słaboń
abe6bbabfb
[TRANSLATION] Polish translation update for drwtsn32, winlogon and usersrv. ( #475 )
2018-04-10 22:54:34 +02:00
Mark Jansen
516c5a9a4f
[DRWTSN32] Indicate the thread that crashed.
2018-03-10 00:04:57 +01:00
William Kent
6f6ce101f7
[DRWTSN32] Add code to write a minidump
2018-03-10 00:04:57 +01:00
William Kent
1d10606fad
[DRWTSN32] Various improvements
...
* Convert to wWinMain()
* Add a resource file
* Use a slightly friendlier application name
* Add code to load the output path from the Registry
* Add localized string resources
2018-03-10 00:04:57 +01:00
Lee Schroeder
9be6ac9cbb
[DRWTSN32][SHIMDBG] Add missing va_end.
...
CORE-14193
2018-01-19 22:09:47 +01:00
Serge Gautherie
2a8864967f
[DRWTSN32] Update output string copypasta from #268 168223aeb8
.
2018-01-11 10:37:23 +01:00
Timo Kreuzer
168223aeb8
[DRWTSN32] Fix amd64 build
2018-01-07 13:42:39 +01:00
Mark Jansen
280d7a9775
[DRWTSN32] Implement basic crash report functionality
...
On application crash, drwtsn32 will attach to the application and try to get a dump, consisting of:
- List of loaded modules
- List of loaded threads
- Per thread, a stacktrace
- Per thread, a small hexdump from the stack
- Per thread, a dump of the most common registers
This dump is saved to the desktop, and the user is notified of the dump being dropped there.
CORE-14180
#145
2018-01-06 11:47:54 +01:00