Alexandre Julliard
|
a9a08dbc3d
|
libwine: Remove wine/library.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-09-08 16:26:17 +02:00 |
Alexandre Julliard
|
7eef40d444
|
libport: Get rid of interlocked functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-05-02 15:10:19 +02:00 |
Alexandre Julliard
|
c1dadbcfb1
|
libwine: Make the debug functions obsolete.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-01-29 20:14:54 +01:00 |
Alexandre Julliard
|
f438ff566d
|
ntdll: Remove no longer used debug functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 19:28:19 +02:00 |
Alexandre Julliard
|
cf8193df5b
|
include: Make wine_dbg_log() into an inline function.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 19:27:50 +02:00 |
Alexandre Julliard
|
9911cfdeae
|
ntdll: Export __wine_dbg_get_channel_flags().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 19:27:50 +02:00 |
Alexandre Julliard
|
ddf1ff2f6a
|
include: Make wine_dbg_printf() into an inline function.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 19:27:50 +02:00 |
Alexandre Julliard
|
f2e6f05fe3
|
include: Make wine_dbg_sprintf() into an inline function.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 19:27:50 +02:00 |
Alexandre Julliard
|
9f75f71899
|
include: Make wine_dbgstr_an()/wine_dbgstr_wn() into inline functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 19:23:43 +02:00 |
Michael Stefaniuc
|
93acf3a695
|
libs/wine: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-25 20:37:06 +02:00 |
Alexandre Julliard
|
ec14c220d2
|
libwine: Print thread id by default in all traces.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-25 11:43:11 +01:00 |
Jacek Caban
|
719a7d32c5
|
ntdll: Added new pid debug channel to append process id to debug output.
|
2015-08-25 21:13:22 +09:00 |
Jacek Caban
|
e422a22ed9
|
libwine: Added tid debug channel support on native Windows builds.
|
2013-03-28 12:18:31 +01:00 |
Alexandre Julliard
|
794b9313a4
|
libwine: Disable debug output when stderr goes to /dev/null.
|
2011-09-04 23:15:49 +02:00 |
Dan Hipschman
|
1b392bfa06
|
libs/wine: Avoid over-allocating memory in default_dbgstr_wn.
|
2008-07-16 17:54:55 +02:00 |
Alexandre Julliard
|
b9304bd64c
|
libwine: Initialize debug channels options on first use.
|
2007-09-11 11:57:11 +02:00 |
Alexandre Julliard
|
dbb455e7ab
|
libwine: Don't use libwine_unicode functions.
|
2006-05-24 17:16:42 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eric Pouech
|
e0cffe355f
|
Fix a couple of bugs spotted by valgrind.
|
2006-01-27 16:18:05 +01:00 |
Alexandre Julliard
|
2058f54300
|
Added a __wine_dbg_set_channel_flags function to allow changing flags
from inside the code.
|
2005-10-18 10:49:20 +00:00 |
Alexandre Julliard
|
784c94516b
|
Export the get_channel_flags function avoid warnings when passing a
NULL format to wine_dbg_log.
Removed a few no longer used functions.
|
2005-09-29 11:16:52 +00:00 |
Alexandre Julliard
|
cbc38965c0
|
New scheme for keeping track of debug channels that doesn't require
maintaining a list of all loaded dlls.
|
2005-09-28 15:21:48 +00:00 |
Alexandre Julliard
|
a443761b8d
|
Export the temp buffer functionality in the debug functions interface
to allow sharing more code between libwine and ntdll.
|
2005-09-26 16:45:25 +00:00 |
Alexandre Julliard
|
43c6396e94
|
Use int instead of long in interlocked_* functions for 64-bit
compatibility.
|
2005-09-26 13:51:58 +00:00 |
Alexandre Julliard
|
75c27e17b6
|
Defined a proper structure for debug channels.
Also put all the function pointers inside a structure and added
__wine_dbg_set_functions to change them instead of exporting the
pointers directly.
|
2005-09-23 10:52:07 +00:00 |
Alexandre Julliard
|
240d4ee9e1
|
Remove a few more instances of strncpy.
|
2005-04-25 15:51:45 +00:00 |
Hans Leidekker
|
719a789792
|
Fix signed/unsigned comparison warnings.
|
2004-09-22 02:46:38 +00:00 |
Alexandre Julliard
|
bb4ddfec28
|
Added a WINEDEBUG environment variable that allows turning on debug
output as early as possible during startup.
|
2003-12-05 00:17:41 +00:00 |
Daniel Marmier
|
9bb19ac2d2
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-03 03:35:20 +00:00 |
Alexandre Julliard
|
2d1c79066e
|
Moved libwine to libs/ directory.
Some makefile fixes and cleanups.
|
2003-03-22 20:40:48 +00:00 |