diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-07-15 23:57:36 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-07-15 23:57:36 +0000 |
commit | 2dcfc9c781fd264ccf89a0fd74fe95f13b8c1d34 (patch) | |
tree | f7a8021e232616be0e8a298cccc49890b5fef299 /gdb/ChangeLog | |
parent | 91550191be931f2f981a3ece49260af7a8e40b4c (diff) | |
download | gdb-2dcfc9c781fd264ccf89a0fd74fe95f13b8c1d34.zip gdb-2dcfc9c781fd264ccf89a0fd74fe95f13b8c1d34.tar.gz gdb-2dcfc9c781fd264ccf89a0fd74fe95f13b8c1d34.tar.bz2 |
* win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
cygwin32_conv_to_posix_path.
(child_create_inferior): unix_path_to_dos_path renamed to
cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fce4a89..3e59a34 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 15 16:55:48 1996 Doug Evans <dje@canuck.cygnus.com> + + * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to + cygwin32_conv_to_posix_path. + (child_create_inferior): unix_path_to_dos_path renamed to + cygwin32_conv_to_win32_path. Rewrite code to translate PATH. + Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com) * defs.h printcmd.c: Create global disassemble_info structure |