aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-15 03:43:46 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-15 03:43:46 +0000
commit56a9aa1d10f5ddb8a1f77e0de0d3c5ef48cdb848 (patch)
tree2f44e50558e49317220f7632d11dabbf21f50815 /gdb/ChangeLog
parentd2cfa400a11c869dd79f945fca68d62fdb85dd32 (diff)
downloadgdb-56a9aa1d10f5ddb8a1f77e0de0d3c5ef48cdb848.zip
gdb-56a9aa1d10f5ddb8a1f77e0de0d3c5ef48cdb848.tar.gz
gdb-56a9aa1d10f5ddb8a1f77e0de0d3c5ef48cdb848.tar.bz2
gdb: sim: add command line completion
For now, only the sub-command name is completed. No support yet for completing options to that command. But even this is a huge step as currently, nothing is completed, and the basic "help sim" is fairly obtuse as to what exactly the "sim" command accepts. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5796795..5398e1c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-14 Mike Frysinger <vapier@gentoo.org>
+
+ * remote-sim.c (sim_command_completer): New function.
+ (_initialize_remote_sim): Set completer to sim_command_completer.
+
2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
* breakpoint.c (print_exception_catchpoint): Rename to ...