- 17 Mar, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 16 Mar, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 15 Mar, 2006 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 10 Mar, 2006 4 commits
-
-
Alexandre Julliard authored
-
Petr Tesarik authored
-
Fatih Asici authored
-
Fatih Asici authored
-
- 07 Mar, 2006 2 commits
-
-
Alexandre Julliard authored
Systray is now always available as part of the desktop and doesn't need to be started from shell32.
-
Alexandre Julliard authored
The /desktop option causes explorer to create and manage the desktop window.
-
- 06 Mar, 2006 1 commit
-
-
Robert Shearman authored
Make the command line processing more robust by continuing to process command line options if an unknown one is detected and remove the skipping of argv[0], which is no longer necessary. This fixes the parsing when argv[0] isn't set to the program name.
-
- 04 Mar, 2006 2 commits
-
-
Mike McCormack authored
-
Dmitry Timoshkov authored
to unicode.
-
- 03 Mar, 2006 2 commits
-
-
Mike McCormack authored
-
Mike McCormack authored
-
- 02 Mar, 2006 4 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
- now recognize winedbg foo.mdmp on command line - fleshed out tgt_minidump to reload information from minidump
-
Eric Pouech authored
- added ability to specify process_io at process creation/attachment time - created a process_io structure for gdbproxy
-
Eric Pouech authored
- split dbg_main_loop in two parts (one for finishing the debuggee attachment, the second one really for handling the main loop) - removed now longer needed dbg_main_loop
-
- 28 Feb, 2006 7 commits
-
-
Dmitry Timoshkov authored
-
Alexandre Julliard 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
-
Kovács András authored
-
- 27 Feb, 2006 5 commits
-
-
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.
-
- 24 Feb, 2006 2 commits
-
-
Alexander N. Sørnes authored
-
Francois Gouget authored
-
- 22 Feb, 2006 2 commits
-
-
Alexandre Julliard authored
and make it compatible with the way other options are stored.
-
Robert Shearman authored
-
- 21 Feb, 2006 1 commit
-
-
Jason Green authored
-
- 20 Feb, 2006 4 commits
-
-
YunSong Hwang authored
-
YunSong Hwang authored
-
Uwe Bonnes authored
-
Eric Pouech authored
-