diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-04-28 14:44:44 +0200 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-10-31 23:36:39 +0100 |
commit | aed61d02fb112ac2b94f67df3ed24ed29dcf911e (patch) | |
tree | 2dcd2e5d5f288ad0080b22491c5708b839dd4d8e /gdb/NEWS | |
parent | f3fb2519e629bf8533108c2b7b108e6db98c02f2 (diff) | |
download | gdb-aed61d02fb112ac2b94f67df3ed24ed29dcf911e.zip gdb-aed61d02fb112ac2b94f67df3ed24ed29dcf911e.tar.gz gdb-aed61d02fb112ac2b94f67df3ed24ed29dcf911e.tar.bz2 |
NEWS and documentation for $_gdb_setting and $_gdb_setting_str.
gdb/ChangeLog
2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
and $_gdb_maint_setting_str.
gdb/doc/ChangeLog
2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* gdb.texinfo (Convenience Funs): Document the new
$_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
convenience functions.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ scripts that should work error-free with many different versions, such as in system-wide init files. +* New built-in convenience functions $_gdb_setting, $_gdb_setting_str, + $_gdb_maint_setting and $_gdb_maint_setting_str provide access to values + of the GDB settings and the GDB maintenance settings. They are handy + for changing the logic of user defined commands depending on the + current GDB settings. + * GDB now supports Thread Local Storage (TLS) variables on several FreeBSD architectures (amd64, i386, powerpc, riscv). Other architectures require kernel changes. TLS is not yet supported for |