diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-08-06 23:25:32 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-08-06 23:25:32 +0000 |
commit | 9d3789f7f1a87f0e9a7c9d298819f537413b9549 (patch) | |
tree | b38bf8e1315a57bc258c097672995ab0a0f35f4a /gdb/ChangeLog | |
parent | 463f102c0a566f0306272f11b5fdbfd460bc3d09 (diff) | |
download | gdb-9d3789f7f1a87f0e9a7c9d298819f537413b9549.zip gdb-9d3789f7f1a87f0e9a7c9d298819f537413b9549.tar.gz gdb-9d3789f7f1a87f0e9a7c9d298819f537413b9549.tar.bz2 |
* win32-nat.c: Perform various gcc warning cleanups.
(safe_symbol_file_add_cleanup): Reset stdout to saved stdout, not stderr.
(dll_symbol_command): Pass OBJF_USERLOADED to safe_symbol_file_add.
(get_child_debug_event): Always reset last_sig. Always reset inferior pid
appropriately.
(do_initial_child_stuff): New function. Called when attaching or starting a
new inferior process.
(child_attach): Use do_initial_child_stuff.
(child_create_inferior): Ditto.
* config/i386/cygwin.mh (NAT_FILE): Set to modern location.
* config/i386/tm-cygwin.h: Define ATTACH_NO_WAIT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e711dc..29e2401 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2000-08-06 Christopher Faylor <cgf@cygnus.com> + + * win32-nat.c: Perform various gcc warning cleanups. + (safe_symbol_file_add_cleanup): Reset stdout to saved stdout, not + stderr. + (dll_symbol_command): Pass OBJF_USERLOADED to safe_symbol_file_add. + (get_child_debug_event): Always reset last_sig. Always reset inferior + pid appropriately. + (do_initial_child_stuff): New function. Called when attaching or starting + a new inferior process. + (child_attach): Use do_initial_child_stuff. + (child_create_inferior): Ditto. + * config/i386/cygwin.mh (NAT_FILE): Set to modern location. + * config/i386/tm-cygwin.h: Define ATTACH_NO_WAIT. + 2000-08-05 Eli Zaretskii <eliz@is.elta.co.il> * go32-nat.c: (go32_wait): If child_cwd[] is empty, initialize |