Rémi Bernon
|
6edf3d3b09
ntdll: Print a warning for thread rename exceptions.
|
4 years ago |
André Hentschel
|
4ebba43020
winedbg: Remove support for PPC32.
|
4 years ago |
Brendan Shanks
|
c181526303
winedbg: Use RtlGetVersion to fix displayed Windows version on Win8.1 or 10 prefix.
|
4 years ago |
Damjan Jovanovic
|
8c52c17a08
winedbg: Allow changing the current thread.
|
5 years ago |
Jacek Caban
|
1bb98982d6
winedbg: Set auto attach event after processing the first exception.
|
5 years ago |
Jacek Caban
|
136a0ac49b
winedbg: Move continue_on_first_exception handling out of dbg_attach_debuggee.
|
5 years ago |
Alexandre Julliard
|
2a64e751e3
winedbg: Fix incorrect pointer casts.
|
6 years ago |
Zebediah Figura
|
05e54ac6e6
winedbg: Ignore EXCEPTION_INVALID_HANDLE.
|
6 years ago |
Michael Stefaniuc
|
0c8e555e4c
winedbg: Use the available ARRAY_SIZE() macro.
|
6 years ago |
Zebediah Figura
|
cf349cea69
winedbg: Add a backend-specific vector for setting a thread's context.
|
6 years ago |
Zebediah Figura
|
2326179312
winedbg: Add a backend-specific vector for retrieving a thread's context.
|
6 years ago |
Zebediah Figura
|
45e0654591
winedbg: Use WOW64_CONTEXT instead of CONTEXT for i386 backend.
|
6 years ago |
Zebediah Figura
|
42bbeedbe4
winedbg: Make be_cpu process-specific.
|
6 years ago |
Michael Müller
|
a78efe16f7
winedbg: Print windows version in system info.
|
9 years ago |
Sebastian Lackner
|
7661549755
winedbg: Also output system information to the terminal, not only to dialog.
|
9 years ago |
Frédéric Delanoy
|
5730f6cf98
winedbg: Constify some character strings.
|
11 years ago |
Frédéric Delanoy
|
57d7f74d34
Assorted spelling fixes.
|
11 years ago |
Frédéric Delanoy
|
fe580c083d
winedbg: Use BOOL type where appropriate.
|
11 years ago |
Bernhard Übelacker
|
b62b740de2
winedbg: Call DebugActiveProcessStop when detaching.
|
11 years ago |
André Hentschel
|
40e7f7b787
winedbg: Remove SPARC support.
|
12 years ago |
André Hentschel
|
d62d7474d4
winedbg: Add ARM64 support.
|
12 years ago |
André Hentschel
|
8392a85084
winedbg: Buffer size includes the quotes (coverity).
|
12 years ago |
Alexandre Julliard
|
9b7ca3cf87
winedbg: Display the crash details dialog from a separate thread so that it appears right away.
|
13 years ago |
Alexandre Julliard
|
2533c1287e
winedbg: Append some system information to the crash log.
|
13 years ago |
Alexandre Julliard
|
dcd5643f74
winedbg: Add a dialog to display crash details and save them to a file.
|
13 years ago |
Alexandre Julliard
|
dea7ced7f1
winedbg: Split minidump option handling to a separate function.
|
13 years ago |
Alexandre Julliard
|
fbd08d5914
winedbg: Kill the whole target process on exit in auto mode.
|
13 years ago |
Eric Pouech
|
78cf0961e9
winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.
|
14 years ago |
André Hentschel
|
ab873c0d25
winedbg: Only add ContextFlags which are defined.
|
14 years ago |
Jerome Leclanche
|
fffa4881f6
winedbg: Escape args in a WINE_FIXME.
|
14 years ago |