|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | __wine_dbg_get_channel_flags(channel) ((channel) ? (channel)->flags : 0) |
Functions | |
| NTSTATUS NTAPI | vDbgPrintExWithPrefix (PCCH, ULONG, ULONG, PCCH, va_list) |
| static int | find_thread_slot () |
| static int | get_thread_slot () |
| static char * | alloc_buffer (size_t size) |
| static void | free_buffers (void) |
| const char * | wine_dbg_vsprintf (const char *format, va_list valist) |
| const char * | wine_dbg_sprintf (const char *format,...) |
| const char * | wine_dbgstr_wn (const WCHAR *str, int n) |
| LPCSTR | debugstr_us (const UNICODE_STRING *us) |
| static int | default_dbg_vprintf (const char *format, va_list args) |
| int | wine_dbg_printf (const char *format,...) |
| static int | winefmt_default_dbg_vlog (enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *file, const char *func, const int line, const char *format, va_list args) |
| int | ros_dbg_log (enum __wine_debug_class cls, struct __wine_debug_channel *channel, const char *file, const char *func, const int line, const char *format,...) |
Variables | |
| struct { | |
| HANDLE thread | |
| void * allocations | |
| } | s_alloactions [32] |
Definition at line 172 of file wine_debug.c.
| #define WIN32_NO_STATUS |
Definition at line 2 of file wine_debug.c.
Definition at line 51 of file wine_debug.c.
Referenced by wine_dbg_vsprintf().
| LPCSTR debugstr_us | ( | const UNICODE_STRING * | us | ) |
Definition at line 136 of file wine_debug.c.
Referenced by find_string_index(), find_window_class(), and RtlFindActivationContextSectionString().
Definition at line 142 of file wine_debug.c.
Referenced by wine_dbg_printf(), and winefmt_default_dbg_vlog().
|
static |
Definition at line 15 of file wine_debug.c.
Referenced by free_buffers(), and get_thread_slot().
Definition at line 71 of file wine_debug.c.
Referenced by test_communication(), and wine_dbg_printf().
|
static |
Definition at line 28 of file wine_debug.c.
Referenced by alloc_buffer().
| int ros_dbg_log | ( | enum __wine_debug_class | cls, |
| struct __wine_debug_channel * | channel, | ||
| const char * | file, | ||
| const char * | func, | ||
| const int | line, | ||
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 175 of file wine_debug.c.
Referenced by default_dbg_vprintf().
Definition at line 147 of file wine_debug.c.
Referenced by winefmt_default_dbg_vlog().
Definition at line 108 of file wine_debug.c.
Referenced by wine_dbgstr_longlong(), and wine_dbgstr_wn().
Definition at line 91 of file wine_debug.c.
Referenced by wine_dbg_sprintf().
Definition at line 119 of file wine_debug.c.
|
static |
| void* allocations |
Definition at line 12 of file wine_debug.c.
| struct { ... } s_alloactions[32] |
Referenced by alloc_buffer(), find_thread_slot(), free_buffers(), and get_thread_slot().
| HANDLE thread |
Definition at line 11 of file wine_debug.c.
Referenced by find_thread_slot(), and get_thread_slot().