branch: externals/realgud
commit 51979d23f23b1ce4e45bf68aa62313aa296b3cbd
Merge: 542e51c cbcacd8
Author: R. Bernstein <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #221 from MaskRay/ex
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"