aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-events.py
diff options
context:
space:
mode:
authorJan Vrany <jan.vrany@labware.com>2020-06-23 14:45:38 +0100
committerAndrew Burgess <aburgess@redhat.com>2021-12-14 10:56:30 +0000
commitf76d800be844dd2aa4aa8f189a3ace16c5e931bc (patch)
tree4d57013d217a8cac2a84641735848821cb0fc420 /gdb/testsuite/gdb.python/py-events.py
parent3524a83e5950576a807134dde6c180211219e655 (diff)
downloadbinutils-f76d800be844dd2aa4aa8f189a3ace16c5e931bc.zip
binutils-f76d800be844dd2aa4aa8f189a3ace16c5e931bc.tar.gz
binutils-f76d800be844dd2aa4aa8f189a3ace16c5e931bc.tar.bz2
gdb/mi: use std::map for MI commands in mi-cmds.c
This changes the hashmap used in mi-cmds.c from a custom structure to std::map. Not only is replacing a custom container with a standard one an improvement, but using std::map will make it easier to dynamically add commands; which is something that is planned for a later series, where we will allow MI commands to be implemented in Python. There should be no user visible changes after this commit.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-events.py')
0 files changed, 0 insertions, 0 deletions