diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-03-03 21:25:33 -0800 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-03-03 21:25:33 -0800 |
commit | 386a86761838df16c1459275d465ed21a1c35d9f (patch) | |
tree | 5b24b643b0ad42b806439d31fe7977eba55cb6f7 /gdb/NEWS | |
parent | 12279366d71627bfbdd74d1a6675dca825d8feca (diff) | |
download | gdb-386a86761838df16c1459275d465ed21a1c35d9f.zip gdb-386a86761838df16c1459275d465ed21a1c35d9f.tar.gz gdb-386a86761838df16c1459275d465ed21a1c35d9f.tar.bz2 |
Add a new debug knob for the FreeBSD native target.
For now this just logs information about the state of the current LWP
for each STOPPED event in fbsd_wait().
gdb/ChangeLog:
* NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
* fbsd-nat.c (debug_fbsd_nat): New variable.
(show_fbsd_nat_debug): New function.
(fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
(_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
gdb/doc/ChangeLog:
* gdb.texinfo (Debugging Output): Document "set/show debug
fbsd-nat".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ * 'info proc' now works on running processes on FreeBSD systems and core files created on FreeBSD systems. +* New commands + +set debug fbsd-nat +show debug fbsd-nat + Control display of debugging info regarding the FreeBSD native target. + *** Changes in GDB 8.1 * GDB now supports dynamically creating arbitrary register groups specified |