diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-20 10:31:26 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-20 10:31:26 +0000 |
commit | d99bd577a11f0859c380121b4ce41a551818b14e (patch) | |
tree | 85c93d8319f84af52774586d79c9a8bd4305150b /gdb/NEWS | |
parent | 35c2fab7c6364453c5847ba5fccd68dded16d7a6 (diff) | |
download | gdb-d99bd577a11f0859c380121b4ce41a551818b14e.zip gdb-d99bd577a11f0859c380121b4ce41a551818b14e.tar.gz gdb-d99bd577a11f0859c380121b4ce41a551818b14e.tar.bz2 |
* NEWS: Document remote "info proc" and "generate-core-file".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ now set a breakpoint in build/gcc/expr.c, but not build/libcpp/expr.c. +* The "info proc" and "generate-core-file" commands will now also + work on remote targets connected to GDBserver on Linux. + *** Changes in GDB 7.4 * GDB now handles ambiguous linespecs more consistently; the existing |