wine
14 years agowined3d: Calculate "offset" in the appropriate path in IWineD3DDeviceImpl_UpdateSurfa...
Henri Verbeet [Tue, 30 Mar 2010 09:24:47 +0000 (11:24 +0200)] 
wined3d: Calculate "offset" in the appropriate path in IWineD3DDeviceImpl_UpdateSurface().

14 years agowined3d: Add more general support for partial updates of compressed surfaces to IWine...
Henri Verbeet [Tue, 30 Mar 2010 09:24:46 +0000 (11:24 +0200)] 
wined3d: Add more general support for partial updates of compressed surfaces to IWineD3DDeviceImpl_UpdateSurface().

14 years agowined3d: Source and destination formats should match in IWineD3DDeviceImpl_UpdateSurf...
Henri Verbeet [Tue, 30 Mar 2010 09:24:45 +0000 (11:24 +0200)] 
wined3d: Source and destination formats should match in IWineD3DDeviceImpl_UpdateSurface().

14 years agowined3d: Use GL_UNPACK_ROW_LENGTH for partial updates of regular surfaces in IWineD3D...
Henri Verbeet [Tue, 30 Mar 2010 09:24:44 +0000 (11:24 +0200)] 
wined3d: Use GL_UNPACK_ROW_LENGTH for partial updates of regular surfaces in IWineD3DDeviceImpl_UpdateSurface().

14 years agowined3d: Initialization functions don't allocate.
Henri Verbeet [Tue, 30 Mar 2010 09:24:43 +0000 (11:24 +0200)] 
wined3d: Initialization functions don't allocate.

14 years agommdevapi: Add capture tests.
Maarten Lankhorst [Wed, 17 Mar 2010 21:07:07 +0000 (22:07 +0100)] 
mmdevapi: Add capture tests.

14 years agommdevapi: Add a few more render tests.
Maarten Lankhorst [Wed, 17 Mar 2010 21:06:47 +0000 (22:06 +0100)] 
mmdevapi: Add a few more render tests.

14 years agooleaut32: Add some spaces to the test output for better reading.
André Hentschel [Mon, 29 Mar 2010 18:34:16 +0000 (20:34 +0200)] 
oleaut32: Add some spaces to the test output for better reading.

14 years agowined3d: Disable flipping through the source rectangle in BltOverride.
Roderick Colenbrander [Mon, 29 Mar 2010 11:39:30 +0000 (13:39 +0200)] 
wined3d: Disable flipping through the source rectangle in BltOverride.

14 years agowined3d: Fix a destination flipping bug using the destination rectangle.
Roderick Colenbrander [Mon, 29 Mar 2010 11:35:35 +0000 (13:35 +0200)] 
wined3d: Fix a destination flipping bug using the destination rectangle.

14 years agod3d9: Add source/destination and backbuffer tests for StretchRect.
Roderick Colenbrander [Mon, 29 Mar 2010 11:32:56 +0000 (13:32 +0200)] 
d3d9: Add source/destination and backbuffer tests for StretchRect.

14 years agoddraw: Add some DirectDraw Blt tests.
Roderick Colenbrander [Sat, 27 Mar 2010 17:16:44 +0000 (18:16 +0100)] 
ddraw: Add some DirectDraw Blt tests.

14 years agowined3d: Use RECT instead of WINED3DRECT in more parts of BltOverride.
Roderick Colenbrander [Thu, 25 Mar 2010 22:23:12 +0000 (23:23 +0100)] 
wined3d: Use RECT instead of WINED3DRECT in more parts of BltOverride.

14 years agowined3d: Add a helper function for getting a valid rectangle.
Roderick Colenbrander [Thu, 25 Mar 2010 22:00:42 +0000 (23:00 +0100)] 
wined3d: Add a helper function for getting a valid rectangle.

14 years agowined3d: Add color_fill to blit_shader.
Roderick Colenbrander [Thu, 25 Mar 2010 16:01:33 +0000 (17:01 +0100)] 
wined3d: Add color_fill to blit_shader.

14 years agowined3d: Introduce a helper function which converts a color from the surface format...
Roderick Colenbrander [Thu, 25 Mar 2010 15:42:51 +0000 (16:42 +0100)] 
wined3d: Introduce a helper function which converts a color from the surface format to ARGB.

14 years agowined3d: Move argb_to_fmt to utils.c as a helper function to be used in more places.
Roderick Colenbrander [Thu, 25 Mar 2010 15:30:13 +0000 (16:30 +0100)] 
wined3d: Move argb_to_fmt to utils.c as a helper function to be used in more places.

14 years agokernel32: Fix processing of spaces in command line for builtin exes.
Alexandre Julliard [Mon, 29 Mar 2010 17:37:35 +0000 (19:37 +0200)] 
kernel32: Fix processing of spaces in command line for builtin exes.

14 years agokernel32: Add support for starting binaries in 32/64-bit mode from the other mode.
Alexandre Julliard [Mon, 29 Mar 2010 15:57:02 +0000 (17:57 +0200)] 
kernel32: Add support for starting binaries in 32/64-bit mode from the other mode.

14 years agoconfigure: Create a few symlinks needed for running in Wow64 mode inside the build...
Alexandre Julliard [Mon, 29 Mar 2010 15:54:55 +0000 (17:54 +0200)] 
configure: Create a few symlinks needed for running in Wow64 mode inside the build tree.

14 years agoloader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.
Alexandre Julliard [Mon, 29 Mar 2010 15:53:30 +0000 (17:53 +0200)] 
loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.

14 years agowined3d: GL errors aren't FIXMEs.
Henri Verbeet [Mon, 29 Mar 2010 11:31:11 +0000 (13:31 +0200)] 
wined3d: GL errors aren't FIXMEs.

14 years agoddrawex/tests: Add some tests for GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:10 +0000 (13:31 +0200)] 
ddrawex/tests: Add some tests for GetSurfaceFromDC().

14 years agoddrawex: Correctly retrieve the "outer" surface in IDirectDraw3Impl_GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:09 +0000 (13:31 +0200)] 
ddrawex: Correctly retrieve the "outer" surface in IDirectDraw3Impl_GetSurfaceFromDC().

14 years agoddrawex: Directly return the ddraw surface in IDirectDraw4Impl_GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:08 +0000 (13:31 +0200)] 
ddrawex: Directly return the ddraw surface in IDirectDraw4Impl_GetSurfaceFromDC().

14 years agontdll: Return a more reasonable value for "Reserved3".
Henri Verbeet [Mon, 29 Mar 2010 11:31:07 +0000 (13:31 +0200)] 
ntdll: Return a more reasonable value for "Reserved3".

The value is based on 64-bit Win 7, the main thing we care about is that it's
not 0.

14 years agoinclude: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure.
Henri Verbeet [Mon, 29 Mar 2010 11:31:06 +0000 (13:31 +0200)] 
include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure.

14 years agoole32: Add missed initialization of virtual function table.
Konstantin Kondratyuk [Mon, 29 Mar 2010 11:04:02 +0000 (15:04 +0400)] 
ole32: Add missed initialization of virtual function table.

14 years agogdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests.
Justin Chevrier [Sat, 27 Mar 2010 21:55:27 +0000 (17:55 -0400)] 
gdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests.

14 years agoinclude: Fix GdipSetPathGradientSurroundColorsWithCount definition.
Justin Chevrier [Sat, 27 Mar 2010 21:55:26 +0000 (17:55 -0400)] 
include: Fix GdipSetPathGradientSurroundColorsWithCount definition.

14 years agomsvcrt: Added _strtoui64 implementation.
Piotr Caban [Sun, 28 Mar 2010 22:04:32 +0000 (00:04 +0200)] 
msvcrt: Added _strtoui64 implementation.

14 years agomsvcrt: Added _strtoi64 implementation.
Piotr Caban [Sun, 28 Mar 2010 22:04:03 +0000 (00:04 +0200)] 
msvcrt: Added _strtoi64 implementation.

14 years agomsvcrt: Avoid using localtime_r.
Piotr Caban [Sun, 28 Mar 2010 22:01:53 +0000 (00:01 +0200)] 
msvcrt: Avoid using localtime_r.

14 years agomsvcrt: Avoid using scalb function.
Piotr Caban [Sun, 28 Mar 2010 22:01:13 +0000 (00:01 +0200)] 
msvcrt: Avoid using scalb function.

14 years agomsvcrt: Rename functions conflicting with mingw headers.
Piotr Caban [Sun, 28 Mar 2010 22:00:26 +0000 (00:00 +0200)] 
msvcrt: Rename functions conflicting with mingw headers.

14 years agostart: Pass a valid filename argument to FormatMessage.
Alexandre Julliard [Mon, 29 Mar 2010 10:26:55 +0000 (12:26 +0200)] 
start: Pass a valid filename argument to FormatMessage.

14 years agouser32: Always start the 64-bit version of wineboot.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:48:25 +0000 (15:48 +0200)] 
user32: Always start the 64-bit version of wineboot.exe on Wow64.

14 years agoshdocvw: Always start the 64-bit version of winemenubuilder.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:48:17 +0000 (15:48 +0200)] 
shdocvw: Always start the 64-bit version of winemenubuilder.exe on Wow64.

14 years agoshell32: Always start the 64-bit version of winemenubuilder.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:48:11 +0000 (15:48 +0200)] 
shell32: Always start the 64-bit version of winemenubuilder.exe on Wow64.

14 years agorpcrt4: Always start the 64-bit version of rpcss.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:47:58 +0000 (15:47 +0200)] 
rpcrt4: Always start the 64-bit version of rpcss.exe on Wow64.

14 years agoole32: Always start the 64-bit version of rpcss.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 13:47:52 +0000 (15:47 +0200)] 
ole32: Always start the 64-bit version of rpcss.exe on Wow64.

14 years agouser32: Always start the 64-bit version of explorer.exe on Wow64.
Alexandre Julliard [Mon, 29 Mar 2010 10:26:42 +0000 (12:26 +0200)] 
user32: Always start the 64-bit version of explorer.exe on Wow64.

14 years agogdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle.
Vincent Povirk [Mon, 29 Mar 2010 03:25:20 +0000 (22:25 -0500)] 
gdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle.

14 years agogdiplus: Store a reference to the image in image graphics contexts.
Vincent Povirk [Mon, 29 Mar 2010 01:05:04 +0000 (20:05 -0500)] 
gdiplus: Store a reference to the image in image graphics contexts.

14 years agokrnl386.exe: Fix VGA video mode 17.
Morten Rønne [Sun, 28 Mar 2010 13:56:28 +0000 (15:56 +0200)] 
krnl386.exe: Fix VGA video mode 17.

14 years agotools: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 16:19:18 +0000 (23:19 +0700)] 
tools: Fix compiler warnings with flag -Wcast-qual.

14 years agoprograms: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 15:24:36 +0000 (22:24 +0700)] 
programs: Fix compiler warnings with flag -Wcast-qual.

14 years agows2_32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 14:43:07 +0000 (21:43 +0700)] 
ws2_32: Fix compiler warnings with flag -Wcast-qual.

14 years agowintrust: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 14:30:39 +0000 (21:30 +0700)] 
wintrust: Fix compiler warnings with flag -Wcast-qual.

14 years agowininet: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 14:14:01 +0000 (21:14 +0700)] 
wininet: Fix compiler warnings with flag -Wcast-qual.

14 years agowinex11.drv: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 12:52:16 +0000 (19:52 +0700)] 
winex11.drv: Fix compiler warnings with flag -Wcast-qual.

14 years agousp10: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 09:28:31 +0000 (16:28 +0700)] 
usp10: Fix compiler warnings with flag -Wcast-qual.

14 years agouser32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 09:15:00 +0000 (16:15 +0700)] 
user32: Fix compiler warnings with flag -Wcast-qual.

14 years agoshlwapi: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 08:26:11 +0000 (15:26 +0700)] 
shlwapi: Fix compiler warnings with flag -Wcast-qual.

14 years agoshell32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sun, 28 Mar 2010 07:57:39 +0000 (14:57 +0700)] 
shell32: Fix compiler warnings with flag -Wcast-qual.

14 years agorsaenh: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 16:49:24 +0000 (22:49 +0600)] 
rsaenh: Fix compiler warnings with flag -Wcast-qual.

14 years agoole: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 16:26:49 +0000 (22:26 +0600)] 
ole: Fix compiler warnings with flag -Wcast-qual.

14 years agontdll: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 15:41:14 +0000 (21:41 +0600)] 
ntdll: Fix compiler warnings with flag -Wcast-qual.

14 years agomsxml3: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 15:19:45 +0000 (21:19 +0600)] 
msxml3: Fix compiler warnings with flag -Wcast-qual.

14 years agomsi: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 14:48:20 +0000 (20:48 +0600)] 
msi: Fix compiler warnings with flag -Wcast-qual.

14 years agomshtml: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 13:58:41 +0000 (19:58 +0600)] 
mshtml: Fix compiler warnings with flag -Wcast-qual.

14 years agomsgsm32.acm: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 13:34:03 +0000 (19:34 +0600)] 
msgsm32.acm: Fix compiler warnings with flag -Wcast-qual.

14 years agomsctf: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 13:29:33 +0000 (19:29 +0600)] 
msctf: Fix compiler warnings with flag -Wcast-qual.

14 years agommdevapi: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 12:46:35 +0000 (18:46 +0600)] 
mmdevapi: Fix compiler warnings with flag -Wcast-qual.

14 years agolocalspl: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 12:34:32 +0000 (18:34 +0600)] 
localspl: Fix compiler warnings with flag -Wcast-qual.

14 years agogdiplus: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 11:58:23 +0000 (17:58 +0600)] 
gdiplus: Fix compiler warnings with flag -Wcast-qual.

14 years agogdi32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 10:56:11 +0000 (16:56 +0600)] 
gdi32: Fix compiler warnings with flag -Wcast-qual.

14 years agodbghelp: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 10:09:03 +0000 (16:09 +0600)] 
dbghelp: Fix compiler warnings with flag -Wcast-qual.

14 years agod3dx9_36: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 09:55:51 +0000 (15:55 +0600)] 
d3dx9_36: Fix compiler warnings with flag -Wcast-qual.

14 years agod3d10: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 09:36:26 +0000 (15:36 +0600)] 
d3d10: Fix compiler warnings with flag -Wcast-qual.

14 years agocomdlg32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 08:12:28 +0000 (14:12 +0600)] 
comdlg32: Fix compiler warnings with flag -Wcast-qual.

14 years agocabinet: Fix compiler warning with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 07:48:58 +0000 (13:48 +0600)] 
cabinet: Fix compiler warning with flag -Wcast-qual.

14 years agoserver: Fix compiler warning with flag -Wcast-qual.
Mikhail Maroukhine [Sat, 27 Mar 2010 06:31:19 +0000 (12:31 +0600)] 
server: Fix compiler warning with flag -Wcast-qual.

14 years agowininet: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 19:25:22 +0000 (01:25 +0600)] 
wininet: Fix compiler warnings with flag -Wcast-qual.

14 years agoobjbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance...
Mikhail Maroukhine [Fri, 26 Mar 2010 17:59:50 +0000 (23:59 +0600)] 
objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN.

14 years agoappwiz.cpl: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 16:17:28 +0000 (22:17 +0600)] 
appwiz.cpl: Fix compiler warnings with flag -Wcast-qual.

14 years agoadvapi32: Fix compiler warnings with flag -Wcast-qual.
Mikhail Maroukhine [Fri, 26 Mar 2010 15:50:51 +0000 (21:50 +0600)] 
advapi32: Fix compiler warnings with flag -Wcast-qual.

14 years agocomctl32: Fix compiler warnings.
Mikhail Maroukhine [Fri, 26 Mar 2010 14:49:09 +0000 (20:49 +0600)] 
comctl32: Fix compiler warnings.

14 years agocomctl32: Fix incorrect const type casting.
Mikhail Maroukhine [Fri, 26 Mar 2010 12:23:45 +0000 (18:23 +0600)] 
comctl32: Fix incorrect const type casting.

14 years agorsaenh: Remove superfluous casts of zero.
Michael Stefaniuc [Sun, 28 Mar 2010 21:50:48 +0000 (23:50 +0200)] 
rsaenh: Remove superfluous casts of zero.

14 years agowined3d: Remove superfluous cast of zero.
Michael Stefaniuc [Sun, 28 Mar 2010 21:51:07 +0000 (23:51 +0200)] 
wined3d: Remove superfluous cast of zero.

14 years agowinecoreaudio.drv: Remove superfluous casts of zero.
Michael Stefaniuc [Sun, 28 Mar 2010 21:51:48 +0000 (23:51 +0200)] 
winecoreaudio.drv: Remove superfluous casts of zero.

14 years agokernel32/tests: Remove superfluous casts of integer constants.
Michael Stefaniuc [Sun, 28 Mar 2010 21:51:30 +0000 (23:51 +0200)] 
kernel32/tests: Remove superfluous casts of integer constants.

14 years agoshell32: Use FAILED instead of !SUCCEEDED.
Michael Stefaniuc [Sun, 28 Mar 2010 21:50:40 +0000 (23:50 +0200)] 
shell32: Use FAILED instead of !SUCCEEDED.

14 years agoshlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition.
Nikolay Sivov [Sat, 27 Mar 2010 20:50:42 +0000 (23:50 +0300)] 
shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition.

14 years agoshlwapi: More trace for menu related helpers.
Nikolay Sivov [Sat, 27 Mar 2010 19:25:32 +0000 (22:25 +0300)] 
shlwapi: More trace for menu related helpers.

14 years agoshlwapi/tests: Use a single trace call variable for all tests.
Nikolay Sivov [Sat, 27 Mar 2010 16:31:13 +0000 (19:31 +0300)] 
shlwapi/tests: Use a single trace call variable for all tests.

14 years agoshlwapi: Use public define for QISearch table entry, make it available by name (as...
Nikolay Sivov [Sat, 27 Mar 2010 16:23:19 +0000 (19:23 +0300)] 
shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+).

14 years agoshlwapi: Complete IUnknown_SetOwner call.
Nikolay Sivov [Sat, 27 Mar 2010 01:17:56 +0000 (04:17 +0300)] 
shlwapi: Complete IUnknown_SetOwner call.

14 years agoshlwapi: Fix interface leaks in SHIsSameObject.
Nikolay Sivov [Sat, 27 Mar 2010 00:31:59 +0000 (03:31 +0300)] 
shlwapi: Fix interface leaks in SHIsSameObject.

14 years agoshlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit.
Nikolay Sivov [Sat, 27 Mar 2010 00:16:42 +0000 (03:16 +0300)] 
shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit.

14 years agoshlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHe...
Nikolay Sivov [Fri, 26 Mar 2010 23:53:02 +0000 (02:53 +0300)] 
shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders.

14 years agooleaut32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 27 Mar 2010 15:55:34 +0000 (16:55 +0100)] 
oleaut32/tests: Fix compilation on systems that don't support nameless unions.

14 years agowinedbg: Fix compilation with gcc 2.95 and non-GNU compilers.
Francois Gouget [Sat, 27 Mar 2010 15:55:27 +0000 (16:55 +0100)] 
winedbg: Fix compilation with gcc 2.95 and non-GNU compilers.

14 years agogdiplus/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 27 Mar 2010 15:54:22 +0000 (16:54 +0100)] 
gdiplus/tests: Fix compilation on systems that don't support nameless unions.

14 years agodbghelp: When unwinding the stack, stop if the current address isn't in a known module.
Eric Pouech [Sat, 27 Mar 2010 08:09:08 +0000 (09:09 +0100)] 
dbghelp: When unwinding the stack, stop if the current address isn't in a known module.

14 years agodbghelp: Rewrite SymGetModuleBase so that it relies on 64 bit version.
Eric Pouech [Sat, 27 Mar 2010 08:09:02 +0000 (09:09 +0100)] 
dbghelp: Rewrite SymGetModuleBase so that it relies on 64 bit version.

14 years agodbghelp: In dwarf parsing, correctly handle the DW_OP_regx option.
Eric Pouech [Sat, 27 Mar 2010 08:08:55 +0000 (09:08 +0100)] 
dbghelp: In dwarf parsing, correctly handle the DW_OP_regx option.

14 years agodbghelp: In dwarf attribute parsing, ensure that we do have a block when parsing...
Eric Pouech [Sat, 27 Mar 2010 08:08:44 +0000 (09:08 +0100)] 
dbghelp: In dwarf attribute parsing, ensure that we do have a block when parsing a block.

14 years agowinedbg: Store for context variables only the offsets of each register (instead of...
Eric Pouech [Sat, 27 Mar 2010 08:08:20 +0000 (09:08 +0100)] 
winedbg: Store for context variables only the offsets of each register (instead of the address of the register in dbg_context).