We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e79293 commit ad78013Copy full SHA for ad78013
Makefile
@@ -1,5 +1,5 @@
1
DEBUG_FLAGS = -DDEBUG -O0 -g3
2
-RELEASE_FLAGS = -O2
+RELEASE_FLAGS = -O2 -g3
3
4
all: testbed.out gdb-module.so
5
.PHONY: all
gdb-mi.el
@@ -1124,7 +1124,7 @@ HAS-CHILDREN should be t when this node has children."
1124
(setq gdb--omit-console-output nil)
1125
(gdb-comint-mode)
1126
(let ((process-connection-type nil))
1127
- (make-comint-in-buffer "GDB" buffer gdb-executable-name nil "-i=mi"
+ (make-comint-in-buffer "GDB" buffer gdb-executable-name nil "-i=mi2"
1128
(if gdb-ignore-gdbinit "-nx" "")))
1129
1130
(let ((proc (get-buffer-process buffer)))
0 commit comments