* symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
[deliverable/binutils-gdb.git] / gdb / NEWS
index e0689cd73c349e7f791aca17d1cf03262e9e6167..0867bde4c7849434a64507dd1bea7cf6dca1d545 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -10,6 +10,27 @@ Windows 95, Windows NT                               i[345]86-*-win32
 * New targets
 
 ARM via RDP protocol                           arm-*-*
+PowerPC via PPCBUG monitor                     powerpc{,le}-*-eabi*
+PowerPC simulator                              powerpc{,le}-*-eabi if building with GCC
+
+* Send break instead of ^C
+
+The standard remote protocol now includes an option to send a break
+rather than a ^C to the target in order to interrupt it.  By default,
+GDB will send ^C; to send a break, set the variable `remotebreak' to 1.
+
+* Automatic tracking of dynamic object loading (HPUX only at the moment).
+
+By default GDB will automatically keep track of objects as they are
+loaded and unloaded by the dynamic linker.  By using the command
+"set stop-on-solib-events 1" you can arrange for GDB to stop the
+inferior when shared library events occur, thus allowing you to
+set breakpoints in shared libraries which are explicitly loaded by
+the inferior.
+
+Note this feature does not work on hpux8.  On hpux9 you must link 
+/usr/lib/end.o into your program.  This feature should work automatically
+on hpux10.
 
 *** Changes in GDB-4.15:
 
This page took 0.032613 seconds and 4 git commands to generate.