diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -64,6 +64,12 @@ set debug threads on|off show debug threads Print additional debug messages about thread creation and deletion. +set debug linux-nat on|off +show debug linux-nat + These new commands replaced the old 'set debug lin-lwp' and 'show + debug lin-lwp' respectively. Turning this setting on prints debug + messages relating to GDB's handling of native Linux inferiors. + * Changed commands maint packet @@ -79,6 +85,12 @@ clone-inferior environment' or 'unset environment' commands are also copied to the new inferior. +set debug lin-lwp on|off +show debug lin-lwp + These commands have been removed from GDB. The new command 'set + debug linux-nat' and 'show debug linux-nat' should be used + instead. + * Python API ** New function gdb.add_history(), which takes a gdb.Value object |