diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -3,18 +3,10 @@ *** Changes since GDB-4.18: -* Remote targets can connect to a sub-program - -A popen(3) style serial-device has been added. This device starts a -sub-process (such as a stand-alone simulator) and then communicates -with that. The sub-program to run is specified using the syntax -``|<program> <args>'' vis: - - (gdb) set remotedebug 1 - (gdb) target extended-remote |mn10300-elf-sim program-args - * New targets +x86 VxWorks i[3456]86-*-vxworks* +PowerPC VxWorks powerpc-*-vxworks* TI TMS320C80 tic80-*-* * OBSOLETE configurations @@ -23,6 +15,16 @@ Altos 3068 m68*-altos-* Convex c1-*-*, c2-*-* Pyramid pyramid-*-* +* Remote targets can connect to a sub-program + +A popen(3) style serial-device has been added. This device starts a +sub-process (such as a stand-alone simulator) and then communicates +with that. The sub-program to run is specified using the syntax +``|<program> <args>'' vis: + + (gdb) set remotedebug 1 + (gdb) target extended-remote |mn10300-elf-sim program-args + * MIPS 64 remote protocol A long standing bug in the mips64 remote protocol where by GDB |