Patrik Stridvall
7e252cb5ef
Fixed C++ comments.
2002-09-12 20:45:22 +00:00
Eric Pouech
4041c6b686
Fixed some line reading functions.
2002-09-10 00:32:55 +00:00
Eric Pouech
a96691335a
Removed console sizing at startup.
2002-09-04 18:42:13 +00:00
Eric Pouech
c08aa31f4e
Load source files thru Win32 API.
2002-08-31 18:45:09 +00:00
Marcus Meissner
10e1e94ae2
Added gdbproxy support for ppc, added missing GET_IP for memory.c.
2002-08-31 18:44:50 +00:00
Eric Pouech
4973a74570
Fixed breaking DLL load.
2002-08-28 22:21:20 +00:00
Eric Pouech
2bfed46014
Fixed typo in test.
2002-08-28 22:21:03 +00:00
Lionel Ulmer
af246b59b4
Added 'watch' command to the winedbg help command.
2002-08-26 21:48:05 +00:00
Robert Lunnon
4d54db752c
Removed use of saddr as a variable name which conflicts with usage in
...
netinet/in.h.
2002-08-19 23:58:03 +00:00
Alexandre Julliard
3972efae51
Added 'walk exception' command.
2002-08-13 18:04:01 +00:00
Alexandre Julliard
27189627cb
Added explicit dependency on y.tab.h for lex output.
2002-08-10 00:03:08 +00:00
Eric Pouech
10464c8ee1
Added $regs as a variable for displaying all registers.
2002-08-02 19:00:53 +00:00
Eric Pouech
72a7369ebc
Added ability to defer breakpoint setting for breakpoint defined by an
...
absolute address.
2002-07-30 00:06:34 +00:00
Eric Pouech
6f129541d1
Fixed regression on internal vars.
2002-07-30 00:03:34 +00:00
Marcus Meissner
786d24903b
Check for mkstemp, added a port implementation if it is not
...
present. Use mkstemp() in various places needing tmp files.
2002-07-29 23:55:39 +00:00
Eric Pouech
bad8b4ca49
Added source command.
2002-07-29 23:50:59 +00:00
Eric Pouech
721452dffd
Added offset for relocating symbols in symbolfile command.
2002-07-23 20:53:41 +00:00
Bill Medland
e105023871
- Document where the stabs information can be found, so that someone
...
can help upgrade this code.
- A couple of minor enhancements towards handling C++.
- Don't bother trying to load libstdc++, rather than generating an
enormous number of "errors".
2002-07-22 20:38:10 +00:00
Eric Pouech
96ecd660ec
Removed unnecessary flag.
2002-07-22 20:33:53 +00:00
Eric Pouech
dd0abb8a0c
Fixed very long line reading (and some buffering bugs).
...
Removed the static limit in array for symbols parsing.
2002-07-22 20:33:25 +00:00
Eric Pouech
b6941bbb4e
Added a remote proxy for gdb.
2002-07-20 20:29:09 +00:00
Eric Pouech
40912b9033
Inverted inner loops (Win32 debug event handling / WineDbg command
...
line parser).
2002-07-20 20:18:17 +00:00
Eric Pouech
81963df6cf
Enhanced error handling on input stream reading.
2002-07-10 03:04:30 +00:00
Eric Pouech
9e4cf5cb5c
Fixed external debugger startup.
2002-07-10 03:04:14 +00:00
Gregg Mattinson
7c4cb515b6
Cast void* to char* for pointer arithmetic.
2002-07-03 21:10:43 +00:00
Alexandre Julliard
14dbbe0613
Added /g debug format to dump GUIDs.
2002-06-13 21:37:41 +00:00
Alexandre Julliard
a3edecaa6f
Don't ask for source file in auto mode.
2002-06-13 21:37:07 +00:00
Alexandre Julliard
3c85eb18d7
Added --debugmsg option to the debugger.
2002-06-04 21:31:10 +00:00
Eric Pouech
26c1c421a8
Added ability to turn on/off debug channels.
...
Reimplemented the info maps command.
2002-06-02 21:36:08 +00:00
Eric Pouech
e514a4a404
Really enter the debugger when DebugBreak(Process) is invoked on
...
debuggee.
2002-06-02 21:20:22 +00:00
Eric Pouech
9c3059c31b
Added ctrl-c support.
2002-06-02 21:20:02 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Eric Pouech
7fb449256d
Fixed cont/pass mismatch.
2002-05-25 22:04:13 +00:00
Eric Pouech
7bec5c16ab
Hacked unicode printing feature (x /u).
...
Made the type casts a bit more robust.
2002-05-25 21:18:34 +00:00
Eric Pouech
425ac1ec08
Fixed wine exec file location after startup modifications.
2002-05-25 21:07:58 +00:00
Alexandre Julliard
cc2ee7636d
Renamed Winelib apps to .exe.so to follow the dll naming convention.
2002-05-21 19:42:29 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Alexandre Julliard
b53f13093e
Attempt at fixing MAX_PATH issues for mingw.
2002-05-01 18:13:18 +00:00
Alexandre Julliard
3b1e3c8f9b
Fixed warnings.
2002-04-27 21:16:28 +00:00
Alexandre Julliard
5769d1de00
Better support for configure detection of missing types, added check
...
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.
2002-04-26 19:05:15 +00:00
Alexandre Julliard
9c54cfa56a
More portable signature check.
2002-04-02 19:42:38 +00:00
Alexandre Julliard
a57149e155
Check ELF signature before processing file.
2002-04-02 02:38:37 +00:00
Eric Pouech
3acf541dc9
Fixed some bugs in first chance exception handling.
2002-04-01 21:03:13 +00:00
Eric Pouech
3c07022510
Fixed module mapping for debug info when PE section is compressed.
2002-04-01 21:01:50 +00:00
Tijs van Bakel
2e4f9ed8b0
Added support for C++ identifier syntax.
2002-03-23 18:43:55 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Eric Pouech
21b366e6e2
Added the detach command to the debugger.
2002-02-27 01:29:18 +00:00