summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gud.el
AgeCommit message (Expand)Author
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-03Allow gud-mi to edit two executables with the same nameLars Ingebrigtsen
2021-08-21Fix perldb doc stringLars Ingebrigtsen
2021-08-09Use string-search instead of string-match[-p]Mattias EngdegÄrd
2021-07-28* lisp/progmodes/gud.el: Add prefix 'gud-' to repeat-map variables (bug#49632)Juri Linkov
2021-07-28Ensure that gud commands for non-GDB debuggers are handled by repeat-modeBrian Leung
2021-07-28Ensure that gud commands for M-x gdb are handled by repeat-modeBrian Leung
2021-05-18* lisp/progmodes/gud.el (gud-tooltip-tips): Use proper closuresStefan Monnier
2021-04-14* lisp/progmodes/gud.el (gud-repeat-map): New variable (bug#47688).Juri Linkov
2021-02-13Remove redundant :group args in progmodes/*.elStefan Kangas
2021-01-31Prefer defvar-local in progmodes/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Include the keymap in the gud-mode doc stringLars Ingebrigtsen
2020-12-09`pdb' doc string clarificationLars Ingebrigtsen
2020-12-06Prefer setq-local in several progmodesStefan Kangas
2020-10-01; Prefer https to http in many URLsStefan Kangas
2020-09-20Make a gud error message more informativeNick Roberts
2020-07-07Merge from origin/emacs-27Glenn Morris
2020-06-28Fix ACTION argument of 'display-buffer' call in gud.elRichard Kim
2020-04-06Unify and improve gdb-mi source buffer display logicYuan Fu
2020-01-16Replace add-hook load-hook with with-eval-after-loadGlenn Morris
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-20lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-09-09Match Python 3 code object names in "M-x pdb"Stefan Kangas
2019-08-08Use "python -m pdb" when "pdb" is missing in M-x pdbStefan Kangas
2019-08-02pdb doc clarificationLars Ingebrigtsen
2019-07-06Make "M-x pdb" use "[:graph:]" to match file namesStefan Kangas
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-04-03Fix bug in gud-gdb-marker-filter: first marker does not start with \nStephen Leake
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-05-23Avoid messing up buffer list when starting gud (Bug#22374)Michael Welsh Duggan
2018-05-07Merge from origin/emacs-26Glenn Morris
2018-05-06Fix gud-statement for pdbXu Chunyang
2018-03-10Remove many items obsolete since Emacs 22.1Glenn Morris
2018-03-03Quieten gud.el and gdb-mi.el compilationGlenn Morris
2018-01-26Minor fix for "M-x pdb"Eli Zaretskii
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-28Fix doc typosGlenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-27Fix GUD "Stop" display when running pdbEli Zaretskii
2017-05-07Fix all unescaped character literalsPhilipp Stephani
2017-03-03Avoid duplicate gud menu items with gdb-miGlenn Morris