Sign in
goma
/
wine
/
0ce4826eee2f3e4bfb0b8ae40e05b2ec9b91dbaa
/
dlls
/
ntdll
/
debugtools.c
949e065
Only print the trace header when we are at the beginning of a new
by Alexandre Julliard
· 22 years ago
ac13d2f
Print thread ids in traces with only 4 digits now that they are small integers.
by Alexandre Julliard
· 22 years ago
78ff676
Added wine_dbg_sprintf function that allocates a temporary buffer in
by Alexandre Julliard
· 22 years ago
737d4be
Move excpt.h out of include/msvcrt/ as it does not conflict with any
by Dimitrie O. Paun
· 22 years ago
ac2a662
Reduce the maximum length of debug strings to 80 characters.
by Huw Davies
· 22 years ago
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
57bf450
MSVC compatibility fixes.
by Patrik Stridvall
· 23 years ago
d016f81
Added include protection for unistd.h and sys/time.h.
by Patrik Stridvall
· 23 years ago
84555cc
Generate the __ASM_NAME and __ASM_FUNC macros directly from
by Alexandre Julliard
· 23 years ago
3538914
Export the debug API as functions instead of pointers.
by Alexandre Julliard
· 23 years ago
0aa28b5
Export the debugging API from libwine instead of ntdll. Removed debugres_[aw].
by Alexandre Julliard
· 23 years ago
894b188
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 23 years ago
7aa67c1
Make the Wine trace facilities accessible from Winelib applications.
by Francois Gouget
· 23 years ago
c77c4df
Allocate debug_info structure at the same time as the TEB.
by Alexandre Julliard
· 23 years ago
b0f5861
Moved heap functions to ntdll.
by Alexandre Julliard
· 23 years ago
6ca71d3
Avoid crashing on non-initialized debug info.
by Alexandre Julliard
· 23 years ago
42a074d
Relay tracing would crash if it came upon a function call with an
by Johan Gill
· 23 years ago
26af822
More descriptive error on buffer overflow.
by Andreas Mohr
· 24 years ago
17fd4e3
Documentation name fixes.
by Patrik Stridvall
· 24 years ago
4fb9c09
Limit output for certain text functions.
by Andreas Mohr
· 24 years ago
e17d1a3
Print the tid in the first column when +tid is specified.
by Francois Gouget
· 24 years ago
2f7292c
Increase debug buffer size up to 1024 bytes.
by Dmitry Timoshkov
· 24 years ago
508c4d9
Assert on output buffer overflow.
by Chris Morgan
· 24 years ago
58c58c5
Fixed debug routines to work before the process heap is created.
by Alexandre Julliard
· 24 years ago
024d6c5
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 24 years ago
864dc59
Use variable argument macros when compiling with gcc.
by Dimitrie O. Paun
· 24 years ago
94613ab
New debug channel mechanism allowing decentralized channel declarations.
by Alexandre Julliard
· 24 years ago