* defs.h: Adjust comment.
authorPedro Alves <palves@redhat.com>
Sat, 24 Apr 2010 13:12:56 +0000 (13:12 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 24 Apr 2010 13:12:56 +0000 (13:12 +0000)
commitab38a727c990476872ac4995792fc0d38d922d7f
tree9005fd3fefc5d3ab38663bba14fcebf841041a64
parent9a83a5533e5c082e2555505e7290456e4eb6afcb
* defs.h: Adjust comment.
* filesystem.h, filesystem.c: New files.
* Makefile.in (SFILES): Add filesystem.c.
(COMMON_OBS): Add filesystem.o.
* solib.c (solib_find): Handle DOS-based filesystems.  Handle
different target and host path flavours.
* arm-symbian-tdep.c (arm_symbian_init_abi): Set
has_dos_based_file_system on the gdbarch.
* arm-wince-tdep.c (arm_wince_init_abi): Ditto.
* i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
* i386-tdep.c (i386_go32_init_abi): Ditto.
* gdbarch.sh (has_dos_based_file_system): New.
* gdbarch.h, gdbarch.c: Regenerate.
* NEWS: Mention improved support for remote targets with DOS-based
filesystems.  Mention new `set/show target-file-system-kind'
commands.

gdb/doc/
* gdb.texinfo (Commands to specify files): Describe what how GDB
looks up DOS-based filesystem paths on the system root.  Document
the new `set/show target-file-system-kind' commands.
16 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/arm-symbian-tdep.c
gdb/arm-wince-tdep.c
gdb/defs.h
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/filesystem.c [new file with mode: 0644]
gdb/filesystem.h [new file with mode: 0644]
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-cygwin-tdep.c
gdb/i386-tdep.c
gdb/solib.c
This page took 0.026377 seconds and 4 git commands to generate.