diff options
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 8047e208ea5..a2d4f143509 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -1976,6 +1976,7 @@ is running." | |||
| 1976 | (not gdb-non-stop)) | 1976 | (not gdb-non-stop)) |
| 1977 | gud-running) | 1977 | gud-running) |
| 1978 | (and gdb-gud-control-all-threads | 1978 | (and gdb-gud-control-all-threads |
| 1979 | (not (null gdb-running-threads-count)) | ||
| 1979 | (> gdb-running-threads-count 0)))) | 1980 | (> gdb-running-threads-count 0)))) |
| 1980 | 1981 | ||
| 1981 | ;; GUD displays the selected GDB frame. This might might not be the current | 1982 | ;; GUD displays the selected GDB frame. This might might not be the current |