* defs.h: Adjust comment.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 0fcf2b5857ecef46943cd3dfac58b1c38888f577..696da2e6ff3a208838e94088ca848b37c9cf1301 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -51,8 +51,24 @@ qGetTIBAddr
   its argument, limiting the functions selected by the regex to those
   in the specified file.
 
+* Support for remote debugging Windows and SymbianOS shared libraries
+  from Unix hosts has been improved.  Non Windows GDB builds now can
+  understand target reported file names that follow MS-DOS based file
+  system semantics, such as file names that include drive letters and
+  use the backslash character as directory separator.  This makes it
+  possible to transparently use the "set sysroot" and "set
+  solib-search-path" on Unix hosts to point as host copies of the
+  target's shared libraries.  See the new command "set
+  target-file-system-kind" described below, and the "Commands to
+  specify files" section in the user manual for more information.
+
 * New commands
 
+set target-file-system-kind unix|dos-based|auto
+show target-file-system-kind
+  Set or show the assumed file system kind for target reported file
+  names.
+
 save breakpoints <filename>
   Save all current breakpoint definitions to a file suitable for use
   in a later debugging session.  To read the saved breakpoint
This page took 0.024499 seconds and 4 git commands to generate.