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
c7bebba198
Warning fixes.
2003-04-04 22:13:02 +00:00
Alexandre Julliard
56b5e0862c
Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.
2003-04-04 19:41:31 +00:00
Alexandre Julliard
edcddb8a7c
Avoid warning on redefinition of KEY_EVENT.
2003-04-03 23:57:39 +00:00
Alexandre Julliard
e7a44d18cd
Make sure we don't use libwine_port functions when linking with
...
msvcrt.
2003-04-02 01:43:33 +00:00
Eric Pouech
c46e6747af
Added support for R types in stabs parsing.
2003-04-02 01:07:53 +00:00
Alexandre Julliard
06a8c1203f
Portability fixes.
2003-04-01 00:12:50 +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
Dimitrie O. Paun
82ce2cc7df
New winecfg skeleton app, based heavily on original work by Jaco
...
Greeff.
2003-03-31 19:41:55 +00:00
Stefan Leichter
a127ad1cd1
Let wcmd handle .cmd files like .bat files.
2003-03-25 00:33:56 +00:00
Alexandre Julliard
9e4fc4c9b6
Converted winebuild option parsing to use getopt_long. Added a number
...
of long aliases for the existing short options.
2003-03-23 01:12:30 +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
Alexandre Julliard
6a9fe36de2
Created a separate static portability library and moved some of the
...
libwine routines in there.
2003-03-19 22:09:16 +00:00
Tony Lambregts
ec464127f6
Convert WINE_DPRINTF calls to WINE_TRACE.
2003-03-17 21:20:41 +00:00
Shachar Shemesh
496603cf86
- Implement finer grained control over what gets run.
...
- Implement command line to control presets of said control for
various scenarios:
o start - session startup - run everything.
o restart - session close (presumeably after reboot) - only perform
*once operations.
2003-03-12 20:15:15 +00:00
Eric Pouech
e9d937e3d4
- fixed another regression in sub-process creation (curses backend
...
must be default for AllocConsole() invocation)
- fixed endless loop when unknown argument was passed on commandline
2003-03-10 19:03:33 +00:00
Eric Pouech
636725f2f0
Fixed regression in sub-process creation.
2003-03-07 20:34:55 +00:00
Sylvain Petreolle
98f44486be
Allow to run autoexec.bat when launching wcmd, it was broken due to a
...
function change.
2003-03-05 02:49:04 +00:00
Eric Pouech
2d309da2c0
Added support for Ctrl-C handling if not running in a console.
...
Added (maintenance) configuration var to trigger external debugger on
winedbg's exceptions.
2003-03-04 02:18:20 +00:00
Eric Pouech
cdfcef2481
- added ability to use --backend=(curses|user) as wineconsole parameter
...
- rewrote wineconsole command line option parsing
2003-03-04 02:13:25 +00:00
Eric Pouech
c7b5d0aa58
In curses backend, apply the quick-edit directive from registry.
2003-03-04 02:13:05 +00:00
Eric Pouech
41018add5d
Removed no longer needed UseXTerm internal variable.
2003-02-27 01:42:39 +00:00
Eric Pouech
b2f079bade
- don't create a new console upon startup
...
- no longer assume we're always attached to a console
2003-02-27 01:41:21 +00:00
Eric Pouech
8e04bab647
Fixed behavior when changing both sb and win size, as the order of
...
operation is important to keep sb always bigger than win.
2003-02-26 04:37:15 +00:00
Eric Pouech
841d9828e9
- made support for paged output a generic feature in wcmd
...
- rewrote DIR command accordingly
2003-02-25 03:58:42 +00:00
Eric Pouech
abef9da1be
Forbids selecting (for clipboard) areas larger than the actual
...
screen-buffer size.
2003-02-25 03:58:22 +00:00
Eric Pouech
f4d19e6b58
Added checks when editing window and sb size so that they are kept
...
consistent.
2003-02-24 20:41:08 +00:00
Eric Pouech
50edbc94e1
Set a default 50 lines in history for console apps.
2003-02-24 20:40:20 +00:00
Dan Kegel
a20622d7de
Make 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
2003-02-24 20:39:53 +00:00
Marcus Meissner
9a1b221e80
Print out name of float exceptions.
2003-02-24 20:38:44 +00:00
Eric Pouech
d0882d5435
- removed unused function: SetSymbolValue
...
- enhanced a bit AddSymbol regarding invalid symbol management (and
enhanced its traces)
- now printing type information in 'info sym'
2003-02-19 03:41:48 +00:00
Eric Pouech
0607e083ac
- added parsing of C++ inheritence information
...
- added an internal trace for displaying errors in typedef parsing
- enhanced ELF symbol management (direct call to AddSymbol in ELF
header)
2003-02-19 03:41:25 +00:00
Eric Pouech
9859ec4cdb
- added GetName() to retrieve type name
...
- reimplemented DumpTypes so that it really dumps the types content
- now printing type information in 'info sym'
2003-02-17 01:47:38 +00:00
Eric Pouech
ee04693c99
Moved expr freeing when translating a command (no longer done on each
...
command which uses an expr).
2003-02-17 01:47:20 +00:00
Eric Pouech
00d73d0d36
- fixed mouse event generation
...
- better management of some keys
- now generating several wincon-events for a given curses-event
- added basic support for V-scrolling (disabled by default)
- fixed printing of some unsupported characters
2003-02-14 19:23:36 +00:00
Mike Hearn
7483aea5b1
Removed the nonexistant command "debugmsg" from winedbg help screen.
2003-02-14 19:22:48 +00:00
Matthew Davison
f32c18381a
Make trace output produced by wineboot more useful.
2003-02-12 01:14:08 +00:00
Eric Pouech
fa05849e67
Translated sprintf calls into snprintf.
2003-02-11 22:07:16 +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
Eric Pouech
8e0dcc410c
Attach command no longer worked as expected, fixed it.
2003-02-11 22:05:06 +00:00
Sylvain Petreolle
fdd0bfa13c
Fixed handling of PATH command with spaces.
2003-02-11 22:01:11 +00:00
Eric Pouech
084e74bdfc
- Added experimental parsing for C++ code (but winedbg doesn't support
...
C++ ABI).
- Now loading symbols for included files.
2003-01-30 01:18:06 +00:00
Eric Pouech
45adf0843f
- Removed no longer used queue & modref related commands.
...
- Protected walk commands while being called with no process loaded.
- In command grammar, allowed some expressions while only numbers
where accepted.
- Renamed 'info maps' info 'walk maps' and let it work on any
process.
2003-01-30 00:24:18 +00:00
Dan Kegel
8b429f766d
Add real syntax doc for LABEL command.
2003-01-30 00:15:50 +00:00
Shachar Shemesh
fc0d07f8cf
Implemented font selection.
...
Added accelerators resources.
2003-01-28 01:10:28 +00:00
Marcus Meissner
f63e5b646a
Remove errno.h from files that do not need it.
2003-01-23 22:51:04 +00:00
Alexandre Julliard
f8aa3b506c
Added -Wpointer-arith gcc flag, and fixed the resulting warnings.
2003-01-23 21:32:35 +00:00
Dan Kegel
ba02ae412e
Added Windows-compatible start.exe.
2003-01-21 20:14:36 +00:00
Dan Kegel
74e15940cc
\ at EOL in string now behaves like in msvc6's rc.
2003-01-21 00:28:28 +00:00
Alexandre Julliard
36bf792fd7
Use proper file sharing parameters when opening files.
...
Fixed handling of 'if a == b' syntax in batch files.
2003-01-15 03:35:32 +00:00