summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gud.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-9/+9
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-4/+1
* | Avoid messing up buffer list when starting gud (Bug#22374)Michael Welsh Duggan2018-05-231-1/+6
* | Merge from origin/emacs-26Glenn Morris2018-05-071-2/+1
|\ \ | |/
| * Fix gud-statement for pdbXu Chunyang2018-05-061-2/+1
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-8/+0
* | Quieten gud.el and gdb-mi.el compilationGlenn Morris2018-03-031-1/+2
* | Minor fix for "M-x pdb"Eli Zaretskii2018-01-261-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix doc typosGlenn Morris2017-10-281-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix GUD "Stop" display when running pdbEli Zaretskii2017-05-271-1/+2
* Fix all unescaped character literalsPhilipp Stephani2017-05-071-4/+4
* Avoid duplicate gud menu items with gdb-miGlenn Morris2017-03-031-1/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add file-local-nameMichael Albinus2016-11-201-8/+3
* | Add `make-nearby-temp-file' and `temporary-file-directory'Michael Albinus2016-08-071-5/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-3/+9
|\ \ | |/
| * Improve doc strings of 'gud-gdb' and 'gdb'Eli Zaretskii2016-08-011-3/+9
* | An efficient built-in mapcanMario Lang2016-07-101-4/+4
* | Remove support for IRIXPaul Eggert2016-03-071-12/+6
|/
* Improve the custom type of some user options.Glenn Morris2016-01-301-1/+1
* Mark some user options that can get evalled as risky.Glenn Morris2016-01-301-0/+1
* Add some missing version tags.Glenn Morris2016-01-121-0/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* lisp/progmodes/gud.el (gud-format-command): Fix last commitEli Zaretskii2015-09-221-4/+3
* Fix setting breakpoints when remote-debuggingDima Kogan2015-09-211-3/+8
* Have gud-display-line not display source buffer in gud window.Dima Kogan2015-03-181-1/+1
* * lisp/progmodes/gud.el: Use lexical-binding.Stefan Monnier2015-03-031-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Various minor details accumulated over timeStefan Monnier2014-12-081-2/+1
* * lisp/subr.el (alist-get): New accessor.Stefan Monnier2014-10-011-3/+2
* Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-13/+8
|\