- 28 Feb, 2006 19 commits
-
-
Vitaly Budovski authored
-
Vitaly Budovski authored
-
Vitaly Budovski authored
-
Eric Pouech authored
-
Eric Pouech authored
- added a close_process method to process_io - made use of it to get rid of dbg_detach
-
Eric Pouech authored
- added -minidump and -minidump <file> options to command line Those options are to be used in remplacement of --auto to create a minidump In the form --minidump <file>, the minidump will be created in <file>, otherwise the filename will be automatically generated.
-
Eric Pouech authored
- rewrote auto mode as a specific set of commands to be run in regular parser, instead of hard coding those commands - added a new function to store a set of commands to be executed in a file - added 'echo' command to the parser functions - got rid of dbg_action_mode - added support of '--' on command line
-
Eric Pouech authored
-
James Hawkins authored
-
James Hawkins authored
fix the errors.
-
James Hawkins authored
-
Juan Lang authored
-
YunSong Hwang authored
-
Mike McCormack authored
-
Kovács András authored
-
Francois Gouget authored
-
Roderick Colenbrander authored
Remove unneeded structures and functions from d3d8_private.h, clean some datatypes up and remove d3dcore_gl.h.
-
Jacek Caban authored
-
Jacek Caban authored
-
- 27 Feb, 2006 20 commits
-
-
Francois Gouget authored
All functions that manipulate strings should have an Ansi and a Unicode variant. Forward the unqualified dll entry points to the Ansi variant for backward compatibility. We're not allowed to use unqualified entry points in Wine, so change RegInstall() calls to RegInstallA(). Update win32.api.
-
Eric Pouech authored
- rewrite auto mode startup - move part of auto handling to tgt_active.c
-
Eric Pouech authored
- moves gdb command line handling to gdbproxy.c - using manifest constants to make code more readable
-
Eric Pouech authored
- move process attachment and process creation (related to command line handling) from winedbg.c to tgt_active.c - tidy up argument parsing
-
Eric Pouech authored
- made be_process_io references 'const' - make use of it for dbg_read_memory and dbg_write_memory
-
Eric Pouech authored
Move all code related to an 'active' target (ie a running process) from winedbg.c to tgt_active.c.
-
Eric Pouech authored
ClearCommError should only deal with *communication* errors (are being seen on the serial interface) rather than API errors (which can be reported to the caller by the API itself). I then removed all the stuff related to storing the error status in the server object.
-
Andrew de los Reyes authored
-
Hamza Lakhani authored
-
Peter Beutner authored
There are no red/green/blue bitmasks with color depth==8bpp. In that case always match against the whole byte.
-
H. Verbeet authored
it adds a reference to the device that shouldn't be there.
-
Roderick Colenbrander authored
Oliver Stieber).
-
Hans Leidekker authored
Handle wildcard address family hint in getaddrinfo. Convert flags too in getnameinfo.
-
Henning Gerhardt authored
-
Saulius Krasuckas authored
-
Michael Jung authored
Test if the Desktop Folder's ParseDisplayName recognizes MyDocument's path. Removed some HRESULT tests on IUnknown_Release calls, which returns ULONG.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 24 Feb, 2006 1 commit
-
-
Vitaly Lipatov authored
-