diff options
author | Hui Zhu <teawater@gmail.com> | 2010-06-24 06:12:15 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2010-06-24 06:12:15 +0000 |
commit | f1421989e756090c82431b85a3766b892361182e (patch) | |
tree | d0116061cc89ff965e6f8fb3bd6a48acc99614a2 /gdb/NEWS | |
parent | fee37fbc3aba9d2d623f8bf310f42d335adc0fda (diff) | |
download | gdb-f1421989e756090c82431b85a3766b892361182e.zip gdb-f1421989e756090c82431b85a3766b892361182e.tar.gz gdb-f1421989e756090c82431b85a3766b892361182e.tar.bz2 |
Add command "eval".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,10 @@ qRelocInsn * New commands +eval template, expressions... + Convert the values of one or more expressions under the control + of the string template to a command line, and call it. + set target-file-system-kind unix|dos-based|auto show target-file-system-kind Set or show the assumed file system kind for target reported file |