Accept 16-bit addresses.
[deliverable/binutils-gdb.git] / gdb / NEWS
index 080bfb2ca3345dffd84d389b0aacc12886887918..40fc0f1026ceb2d34d7d82d36ac95ac76d3324c3 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,8 +3,19 @@
 
 *** Changes since GDB-4.18:
 
+* New features
+
+On SVR4 native platforms (such as Solaris), if you attach to a process
+without first loading a symbol file, GDB will now attempt to locate and
+load symbols from the running process's executable file.
+
+* New native configurations
+
+ARM GNU/Linux                                  arm*-*-linux*
+
 * New targets
 
+Motorola MCore                                 mcore-*-*
 x86 VxWorks                                    i[3456]86-*-vxworks*
 PowerPC VxWorks                                        powerpc-*-vxworks*
 TI TMS320C80                                   tic80-*-*
@@ -14,6 +25,8 @@ TI TMS320C80                                  tic80-*-*
 Altos 3068                                     m68*-altos-*
 Convex                                         c1-*-*, c2-*-*
 Pyramid                                                pyramid-*-*
+ARM RISCix                                     arm-*-* (as host)
+Tahoe                                          tahoe-*-*
 
 * Remote targets can connect to a sub-program
 
@@ -34,6 +47,18 @@ instead of 64 bits has been fixed.
 The command ``set remote-mips64-transfers-32bit-regs on'' has been
 added to provide backward compatibility with older versions of GDB.
 
+* ``set remotebinarydownload'' replaced by ``set remote X-packet''
+
+The command ``set remotebinarydownload'' command has been replaced by
+``set remote X-packet''.  Other commands in ``set remote'' family
+include ``set remote P-packet''.
+
+* Breakpoint commands accept ranges.
+
+The breakpoint commands ``enable'', ``disable'', and ``delete'' now
+accept a range of breakpoints, e.g. ``5-7''.  The tracepoint command
+``tracepoint passcount'' also accepts a range of tracepoints.
+
 *** Changes in GDB-4.18:
 
 * New native configurations
This page took 0.023064 seconds and 4 git commands to generate.