summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gud.el
Commit message (Expand)AuthorAgeFilesLines
* Fix GUD item on the menu bar in source buffersEli Zaretskii2022-11-281-0/+3
* ; * lisp/progmodes/gud.el (gud-gdb): Doc fix. (Bug#58826)Eli Zaretskii2022-10-281-1/+6
* Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-011-136/+89
* gud.el: invoke 'perldb' with '-E' instead of '-e'Harald Jörg2022-08-121-6/+7
* Delete obsolete variable tooltip-use-echo-areaStefan Kangas2022-07-091-5/+2
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-8/+8
* Fix gud parsing of empty jdb classpathsLars Ingebrigtsen2022-06-141-1/+1
* ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-2/+2
* Don't loop so much in gud-query-cmdline on remote systemsLars Ingebrigtsen2022-01-241-7/+12
* Use "server complete" instead of "complete" in gud-gdb-completionsTom Tromey2022-01-151-1/+2
* Prefer defvar-keymap to easy-mmode-defmapStefan Kangas2022-01-131-4/+4
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Avoid having gud bug out if `C-x C-a' has been boundLars Ingebrigtsen2021-12-041-3/+5
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-2/+2
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+5
* Allow gud-mi to edit two executables with the same nameLars Ingebrigtsen2021-09-031-5/+19
* Fix perldb doc stringLars Ingebrigtsen2021-08-211-3/+8
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* * lisp/progmodes/gud.el: Add prefix 'gud-' to repeat-map variables (bug#49632)Juri Linkov2021-07-281-14/+14
* Ensure that gud commands for non-GDB debuggers are handled by repeat-modeBrian Leung2021-07-281-0/+110
* Ensure that gud commands for M-x gdb are handled by repeat-modeBrian Leung2021-07-281-12/+25
* * lisp/progmodes/gud.el (gud-tooltip-tips): Use proper closuresStefan Monnier2021-05-181-54/+82
* * lisp/progmodes/gud.el (gud-repeat-map): New variable (bug#47688).Juri Linkov2021-04-141-0/+15
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-131-20/+8
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-311-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Include the keymap in the gud-mode doc stringLars Ingebrigtsen2020-12-091-1/+5
* `pdb' doc string clarificationLars Ingebrigtsen2020-12-091-1/+1
* Prefer setq-local in several progmodesStefan Kangas2020-12-061-32/+32
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Make a gud error message more informativeNick Roberts2020-09-201-11/+11
* Merge from origin/emacs-27Glenn Morris2020-07-071-3/+3
|\
| * Fix ACTION argument of 'display-buffer' call in gud.elRichard Kim2020-06-281-3/+3
* | Unify and improve gdb-mi source buffer display logicYuan Fu2020-04-061-6/+8
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-161-3/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-4/+4
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Match Python 3 code object names in "M-x pdb"Stefan Kangas2019-09-091-1/+3
* Use "python -m pdb" when "pdb" is missing in M-x pdbStefan Kangas2019-08-081-3/+4
* pdb doc clarificationLars Ingebrigtsen2019-08-021-3/+9
* Make "M-x pdb" use "[:graph:]" to match file namesStefan Kangas2019-07-061-1/+5
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-4/+2
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-2/+4
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix bug in gud-gdb-marker-filter: first marker does not start with \nStephen Leake2019-04-031-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\