aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-10-03 22:12:09 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-11-27 12:02:02 +0000
commitdb5960b4d22761507097f816b1dac3bb56a22bb5 (patch)
tree211f7ccc6e5dd273b2c1f93e4dfc0a94f9e75d10 /gdb/NEWS
parent7dc42066097ca6188ecd2c505d865e68d84998ee (diff)
downloadgdb-db5960b4d22761507097f816b1dac3bb56a22bb5.zip
gdb-db5960b4d22761507097f816b1dac3bb56a22bb5.tar.gz
gdb-db5960b4d22761507097f816b1dac3bb56a22bb5.tar.bz2
gdb/mi: Add -symbol-info-modules command
Add '-symbol-info-modules', an MI version of the CLI 'info modules' command. gdb/ChangeLog: * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry. * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare. * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function. * NEWS: Mention new MI command. gdb/testsuite/ChangeLog: * gdb.mi/mi-fortran-modules-2.f90: New file. * gdb.mi/mi-fortran-modules.exp: New file. * gdb.mi/mi-fortran-modules.f90: New file. gdb/doc/ChangeLog: * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command -symbol-info-modules. Change-Id: Ibc618010d1d5f36ae8a8baba4fb9d9d724e62b0f
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4af940c..cf8c41c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -370,6 +370,9 @@ focus, winheight, +, -, >, <
These commands are the MI equivalent of the CLI commands 'info
functions', 'info types', and 'info variables' respectively.
+-symbol-info-modules, this is the MI equivalent of the CLI 'info
+ modules' command.
+
* Other MI changes
** The default version of the MI interpreter is now 3 (-i=mi3).