branch: externals/realgud
commit cbcacd8969ad8dcc36d08e44337ee3e1e3c73f30
Author: Fangrui Song <i...@maskray.me>
Commit: Fangrui Song <i...@maskray.me>

    gdb: parse -ex --eval-command
---
 realgud/debugger/gdb/core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/debugger/gdb/core.el b/realgud/debugger/gdb/core.el
index 50b8ce3..f53647d 100644
--- a/realgud/debugger/gdb/core.el
+++ b/realgud/debugger/gdb/core.el
@@ -74,7 +74,7 @@ Note that path elements have been expanded via 
`expand-file-name'.
 
        ;; One dash is added automatically to the below, so
        ;; h is really -h and -host is really --host.
-       (gdb-two-args '("x" "-command" "b" "-exec"
+       (gdb-two-args '("x" "-command" "ex" "-eval-command" "b" "-exec"
                        "cd" "-pid"  "-core" "-directory"
                        "-annotate"
                        "i" "-interpreter"

Reply via email to