summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gud.el
Commit message (Expand)AuthorAge
* * lisp/progmodes/gud.el (gud-minor-menu-map): Fix thinko in last changeStefan Monnier2023-03-10
* gud.el: Bring back the pseudo-tool-bar in text frames (bug#62041)Stefan Monnier2023-03-09
* gud.el: Fix bug#62041Stefan Monnier2023-03-08
* Merge from origin/emacs-29Stefan Kangas2023-01-10
|\
| * ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.Yuan Fu2023-01-07
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
| * Revert "Make easy-mmode-defmap obsolete and adjust only caller"Eli Zaretskii2022-12-03
|/
* Fix GUD item on the menu bar in source buffersEli Zaretskii2022-11-28
* ; * lisp/progmodes/gud.el (gud-gdb): Doc fix. (Bug#58826)Eli Zaretskii2022-10-28
* Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-01
* gud.el: invoke 'perldb' with '-E' instead of '-e'Harald Jörg2022-08-12
* Delete obsolete variable tooltip-use-echo-areaStefan Kangas2022-07-09
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-03
* Fix gud parsing of empty jdb classpathsLars Ingebrigtsen2022-06-14
* ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-14
* Don't loop so much in gud-query-cmdline on remote systemsLars Ingebrigtsen2022-01-24
* Use "server complete" instead of "complete" in gud-gdb-completionsTom Tromey2022-01-15
* Prefer defvar-keymap to easy-mmode-defmapStefan Kangas2022-01-13
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Avoid having gud bug out if `C-x C-a' has been boundLars Ingebrigtsen2021-12-04
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-13
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Allow gud-mi to edit two executables with the same nameLars Ingebrigtsen2021-09-03
* Fix perldb doc stringLars Ingebrigtsen2021-08-21
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* * lisp/progmodes/gud.el: Add prefix 'gud-' to repeat-map variables (bug#49632)Juri Linkov2021-07-28
* Ensure that gud commands for non-GDB debuggers are handled by repeat-modeBrian Leung2021-07-28
* Ensure that gud commands for M-x gdb are handled by repeat-modeBrian Leung2021-07-28
* * lisp/progmodes/gud.el (gud-tooltip-tips): Use proper closuresStefan Monnier2021-05-18
* * lisp/progmodes/gud.el (gud-repeat-map): New variable (bug#47688).Juri Linkov2021-04-14
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-13
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* Include the keymap in the gud-mode doc stringLars Ingebrigtsen2020-12-09
* `pdb' doc string clarificationLars Ingebrigtsen2020-12-09
* Prefer setq-local in several progmodesStefan Kangas2020-12-06
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* Make a gud error message more informativeNick Roberts2020-09-20
* Merge from origin/emacs-27Glenn Morris2020-07-07
|\
| * Fix ACTION argument of 'display-buffer' call in gud.elRichard Kim2020-06-28
* | Unify and improve gdb-mi source buffer display logicYuan Fu2020-04-06
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-16
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-20
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Match Python 3 code object names in "M-x pdb"Stefan Kangas2019-09-09
* Use "python -m pdb" when "pdb" is missing in M-x pdbStefan Kangas2019-08-08
* pdb doc clarificationLars Ingebrigtsen2019-08-02