History log of /reactos/base/applications/drwtsn32/sysinfo.cpp (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# 1f44552d 05-Jun-2021 Mark Jansen <mark.jansen@reactos.org>

[DRWTSN32] Implement arm context reading

CORE-17605 CORE-17604


# a1ebce3a 25-Jul-2021 Stanislav Motylkov <x86corez@gmail.com>

[DRWTSN32] Fix Clang build. Addendum to bdab437f.

Also use a macro for better code readability.

Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>


# bdab437f 25-Jul-2021 Stanislav Motylkov <x86corez@gmail.com>

[DRWTSN32] Recognize STATUS_ASSERTION_FAILURE as exception number


Revision tags: 0.4.15-dev, 0.4.14-RC
# 3c48ec99 09-Apr-2020 William Kent <wjk011@gmail.com>

[DRWTSN32] Recognize EXCEPTION_WINE_STUB (#2514)

DrWtsn32.exe recognizes several standard exception codes, and prints their names in the crash log. However, EXCEPTION_WINE_STUB is not in this list,

[DRWTSN32] Recognize EXCEPTION_WINE_STUB (#2514)

DrWtsn32.exe recognizes several standard exception codes, and prints their names in the crash log. However, EXCEPTION_WINE_STUB is not in this list, and as such it is treated as an unknown error and printed as "--". Having this error code given a name at the start of the crash dump is useful, as it allows me to identify calls to unimplemented issues more readily.

show more ...


Revision tags: 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release
# bff6dda9 28-Feb-2019 Mark Jansen <mark.jansen@reactos.org>

[DRWTSN32] Print some extra exception info


Revision tags: 0.4.11-RC, 0.4.12-dev
# baf2c0cc 21-Nov-2018 Stanislav Motylkov <x86corez@gmail.com>

[DRWTSN32] Add SMBIOS data to the system information (#1017)

[DMILIB][UDMIHELP] Allow functions to be linked with C++ code.


Revision tags: 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release
# 1d10606f 08-Mar-2018 William Kent <wjk011@gmail.com>

[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

[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

show more ...


Revision tags: 0.4.8-RC, 0.4.9-dev
# 280d7a97 06-Jan-2018 Mark Jansen <mark.jansen@reactos.org>

[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

[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

show more ...