Sign in
goma
/
wine
/
6cef4cdc14c71fdf3580b39bddf8763e170fd641
/
relay32
/
snoop.c
9c1de6d
Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h.
by Patrik Stridvall
· 23 years ago
a5dea21
Implemented the RtlImage* functions, and use them to replace the
by Alexandre Julliard
· 23 years ago
7375597
Fixed some handle type mismatches and added a few casts in prevision
by Alexandre Julliard
· 23 years ago
65c6d38
Replace all uses of PREFIX and @function by the __ASM_NAME and
by Alexandre Julliard
· 23 years ago
a061b84
Moved specification of relay and snoop include/exclude functions to
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
0aa28b5
Export the debugging API from libwine instead of ntdll. Removed debugres_[aw].
by Alexandre Julliard
· 23 years ago
c43b5c8
Some fixes for compiling on Sparc.
by Warren Baird
· 23 years ago
894b188
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
by Alexandre Julliard
· 23 years ago
23d4aab
Fixed handling of a dll being loaded at the same address as a previous one.
by Dmitry Timoshkov
· 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
eb9a863
Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
by Alexandre Julliard
· 23 years ago
5f728ca
Removed HEAP_strdupA.
by Alexandre Julliard
· 24 years ago
0249fcd
SNOOP_DoReturn: remove redundant printing of tid.
by Uwe Bonnes
· 24 years ago
574a10e
SNOOP_GetProcAddress: don't touch already initialized fun-entries.
by Uwe Bonnes
· 24 years ago
9abd553
Make snoop code take ordinal base into account.
by Andreas Mohr
· 24 years ago
e17d1a3
Print the tid in the first column when +tid is specified.
by Francois Gouget
· 24 years ago
6d257f5
Display thread id instead of %fs in snoop trace.
by Dmitry Timoshkov
· 24 years ago
bae8af2
Make snoop specific case insensitive.
by Lawson Whitney
· 24 years ago
9a07b16
Silence silly error messages.
by Ulrich Weigand
· 24 years ago
db0747d
Removed some unnecessary includes. Got rid of ldt.h.
by Alexandre Julliard
· 24 years ago
85d666a
Use __ASM_GLOBAL_FUNC directly in i386-only code.
by Alexandre Julliard
· 24 years ago
ef57e18
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
f649dd6
Don't test !HIWORD values for pointerness.
by Marcus Meissner
· 24 years ago
908464d
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
by Alexandre Julliard
· 24 years ago
334a42f
Fixed a few compilation warnings
by Dimitrie O. Paun
· 24 years ago
a80d8c6
Generate Win32 dll descriptor structure in the .spec.c file so that we
by Alexandre Julliard
· 24 years ago
d8fab2e
Removed some of the XXX_reg macros now that we are using the standard
by Alexandre Julliard
· 25 years ago
2826f57
Catch EXCEPTION_PRIV_INSTRUCTION exception too.
by Rein Klazes
· 25 years ago
3850c1a
Moved most USER string functions to dlls/user.
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
2352cf7
Avoid calling the exception handler in some cases.
by Juergen Schmied
· 25 years ago
d1297c4
Fix for compiler warning (due to setjmp/longjmp being used for
by James Abbatiello
· 25 years ago
e82e7d9
Use "CALL" and "RET" in capital letters for distinction.
by Uwe Bonnes
· 25 years ago
69277bb
SNOOP_PrintArg: replaced IsBad* functions by exception handler.
by Uwe Bonnes
· 25 years ago
180a088
Moved PE header definitions to winnt.h where they belong.
by Alexandre Julliard
· 25 years ago
1758f2d
Misc. fixes for compiler warnings.
by James Abbatiello
· 25 years ago
90476d6
Moved SystemHeap allocations to the process heap.
by Alexandre Julliard
· 25 years ago
383da68
Optimized debugging API to reduce code size.
by Alexandre Julliard
· 25 years ago
0dd3655
Removed debugstr.h.
by Alexandre Julliard
· 25 years ago
e73b8b8
Wrapped some strings in a debugstr_* call.
by Francois Gouget
· 25 years ago
6ca85a5
Bugfix: relay/snoop debugging was broken by last patch ...
by Ulrich Weigand
· 25 years ago
43a98a6
Added missing WINAPI attribute to two forward declarations.
by Rein Klazes
· 25 years ago
eb94c7d
Adapted to new register function handling.
by Ulrich Weigand
· 25 years ago
9633632
- Added missing configuration #if:s and #includes:s.
by Patrik Stridvall
· 25 years ago
3742d77
Fixes for non-i386 compiling.
by Alexandre Julliard
· 26 years ago
9fe7a25
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
06b9789
Win32 register functions can now have arguments.
by Alexandre Julliard
· 26 years ago
c7a8dde
#pragma pack(?) changed to #include "*pack*.h"
by Patrik Stridvall
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
8c8a3a5
A few non-x86 Winelib fixes.
by Gavriel State
· 26 years ago
30c112e
Speed up relay32, snoop16 and snoop32 include/excludes by doing them
by Marcus Meissner
· 26 years ago
4178629
Should display again.
by Marcus Meissner
· 26 years ago
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
829fe32
Release 980726
by Alexandre Julliard
· 27 years ago
wine-980726
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614