commit | 32af040ef2fcbeccf746acef230db826fad951f9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Oct 15 10:50:01 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Oct 18 11:50:27 2024 -0600 |
tree | b15237dba7cf86ea9e86372cb8b19d770a51261c | |
parent | b2841da4f20b83b22fb46d82a86fe53ba7448469 [diff] |
Require a command argument in gdb.execute_mi Hannes pointed out that gdb.execute_mi() will crash. This patch fixes the bug. Reviewed-By: Guinevere Larsen <guinevere@redhat.com>