index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
gud.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.
Yuan Fu
2023-01-07
1
-2
/
+3
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Revert "Make easy-mmode-defmap obsolete and adjust only caller"
Eli Zaretskii
2022-12-03
1
-88
/
+135
*
Fix GUD item on the menu bar in source buffers
Eli Zaretskii
2022-11-28
1
-0
/
+3
*
; * lisp/progmodes/gud.el (gud-gdb): Doc fix. (Bug#58826)
Eli Zaretskii
2022-10-28
1
-1
/
+6
*
Make easy-mmode-defmap obsolete and adjust only caller
Lars Ingebrigtsen
2022-09-01
1
-136
/
+89
*
gud.el: invoke 'perldb' with '-E' instead of '-e'
Harald Jörg
2022-08-12
1
-6
/
+7
*
Delete obsolete variable tooltip-use-echo-area
Stefan Kangas
2022-07-09
1
-5
/
+2
*
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
1
-8
/
+8
*
Fix gud parsing of empty jdb classpaths
Lars Ingebrigtsen
2022-06-14
1
-1
/
+1
*
; Fix mistakes in 'declare function' forms
Eli Zaretskii
2022-05-14
1
-2
/
+2
*
Don't loop so much in gud-query-cmdline on remote systems
Lars Ingebrigtsen
2022-01-24
1
-7
/
+12
*
Use "server complete" instead of "complete" in gud-gdb-completions
Tom Tromey
2022-01-15
1
-1
/
+2
*
Prefer defvar-keymap to easy-mmode-defmap
Stefan Kangas
2022-01-13
1
-4
/
+4
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Avoid having gud bug out if `C-x C-a' has been bound
Lars Ingebrigtsen
2021-12-04
1
-3
/
+5
*
|
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-2
/
+2
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-5
/
+5
*
Allow gud-mi to edit two executables with the same name
Lars Ingebrigtsen
2021-09-03
1
-5
/
+19
*
Fix perldb doc string
Lars Ingebrigtsen
2021-08-21
1
-3
/
+8
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
* lisp/progmodes/gud.el: Add prefix 'gud-' to repeat-map variables (bug#49632)
Juri Linkov
2021-07-28
1
-14
/
+14
*
Ensure that gud commands for non-GDB debuggers are handled by repeat-mode
Brian Leung
2021-07-28
1
-0
/
+110
*
Ensure that gud commands for M-x gdb are handled by repeat-mode
Brian Leung
2021-07-28
1
-12
/
+25
*
* lisp/progmodes/gud.el (gud-tooltip-tips): Use proper closures
Stefan Monnier
2021-05-18
1
-54
/
+82
*
* lisp/progmodes/gud.el (gud-repeat-map): New variable (bug#47688).
Juri Linkov
2021-04-14
1
-0
/
+15
*
Remove redundant :group args in progmodes/*.el
Stefan Kangas
2021-02-13
1
-20
/
+8
*
Prefer defvar-local in progmodes/*.el
Stefan Kangas
2021-01-31
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Include the keymap in the gud-mode doc string
Lars Ingebrigtsen
2020-12-09
1
-1
/
+5
*
`pdb' doc string clarification
Lars Ingebrigtsen
2020-12-09
1
-1
/
+1
*
Prefer setq-local in several progmodes
Stefan Kangas
2020-12-06
1
-32
/
+32
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
Make a gud error message more informative
Nick Roberts
2020-09-20
1
-11
/
+11
*
Merge from origin/emacs-27
Glenn Morris
2020-07-07
1
-3
/
+3
|
\
|
*
Fix ACTION argument of 'display-buffer' call in gud.el
Richard Kim
2020-06-28
1
-3
/
+3
*
|
Unify and improve gdb-mi source buffer display logic
Yuan Fu
2020-04-06
1
-6
/
+8
*
|
Replace add-hook load-hook with with-eval-after-load
Glenn Morris
2020-01-16
1
-3
/
+2
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-4
/
+4
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-1
/
+1
*
Match Python 3 code object names in "M-x pdb"
Stefan Kangas
2019-09-09
1
-1
/
+3
*
Use "python -m pdb" when "pdb" is missing in M-x pdb
Stefan Kangas
2019-08-08
1
-3
/
+4
*
pdb doc clarification
Lars Ingebrigtsen
2019-08-02
1
-3
/
+9
*
Make "M-x pdb" use "[:graph:]" to match file names
Stefan Kangas
2019-07-06
1
-1
/
+5
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-4
/
+2
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-2
/
+4
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
[next]