Daniel Marmier
|
8e5bb20542
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-09 04:39:01 +00:00 |
Alexandre Julliard
|
c30cefb2d5
|
Store module names in Unicode in the server.
|
2003-09-30 01:04:19 +00:00 |
Jon Griffiths
|
09fefeed7a
|
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
|
2003-09-23 22:54:57 +00:00 |
Alexandre Julliard
|
62986a0107
|
Added a few missing stdarg.h includes.
|
2003-09-07 05:08:14 +00:00 |
Alexandre Julliard
|
0ae5c5fce8
|
Use int instead of socklen_t.
|
2003-05-13 03:38:19 +00:00 |
Eric Pouech
|
5052e072e3
|
- added support for multi-thread in GDB remote read/write register(s)
commands
- by default, internal errors are now verbose
|
2003-04-19 21:27:47 +00:00 |
Alexandre Julliard
|
56b5e0862c
|
Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.
|
2003-04-04 19:41:31 +00:00 |
Alexandre Julliard
|
b88d340755
|
Removed uses of u_long. Use void* type for pointers where possible.
|
2003-04-01 00:02:36 +00:00 |
Alexandre Julliard
|
2ee8b5bb13
|
Replaced mkstemp by mkstemps from libiberty.
Removed a couple of unnecessary portability functions.
|
2003-03-20 21:07:49 +00:00 |
Eric Pouech
|
073abfce18
|
- translated sprintf calls into snprintf
- added helper for sending strings in hex form
|
2003-02-11 22:06:19 +00:00 |
Alexandre Julliard
|
f8aa3b506c
|
Added -Wpointer-arith gcc flag, and fixed the resulting warnings.
|
2003-01-23 21:32:35 +00:00 |
Eric Pouech
|
fde8806673
|
Fixed protocol packet handling when winedbg is too slow to answer.
|
2003-01-07 19:45:40 +00:00 |
Eric Pouech
|
d1ae001774
|
Fixed a few issues with the gdb proxy.
|
2002-12-16 22:10:34 +00:00 |
Gerald Pfeifer
|
28a7d3cbf0
|
Silence warning in hex_from0().
|
2002-10-15 02:19:06 +00:00 |
Alexandre Julliard
|
f264bd326b
|
Moved the debugger to programs/winedbg where it belongs.
|
2002-09-13 17:54:27 +00:00 |