summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-021-2/+4
|\|
| * Improve documentation of gdb-mi.elEli Zaretskii2018-11-301-2/+4
* | Always define 'define-fringe-bitmap'Stefan Monnier2018-10-211-10/+6
* | Merge from origin/emacs-26Glenn Morris2018-09-101-2/+3
|\|
| * Fix handling of abbreviated control command in gdb-mi.elEli Zaretskii2018-09-101-2/+3
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+1
* | Quieten gud.el and gdb-mi.el compilationGlenn Morris2018-03-031-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Fix regex stack overflow in gdb-mi.el when parsing complex localsDavid McFarland2017-12-301-3/+3
|/
* Make gdb-non-stop-setting default to nil on MS-WindowsEli Zaretskii2017-11-041-3/+11
* Fix gdb-mi prompt after "attach PID" commandMike Gulick2017-11-041-1/+4
* Fix some duplicate words typosGlenn Morris2017-10-271-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix handling of Python/Guile commands with arguments in gdb-mi.elEli Zaretskii2017-06-101-5/+18
* Don't call 'kill-this-buffer' outside of menusEli Zaretskii2017-04-121-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-5/+5
|\|
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-5/+5
* | Avoid signaling errors when computing "Stop" in GDB menuEli Zaretskii2016-09-111-0/+1
* | Handle remote file names in gdb-mi.elMichael Albinus2016-08-221-1/+8
* | Merge from origin/emacs-25Paul Eggert2016-08-051-8/+12
|\|
| * Improve doc strings of 'gud-gdb' and 'gdb'Eli Zaretskii2016-08-011-8/+12
* | Show returned value after gdb-mi "finish" commandEli Zaretskii2016-06-101-1/+12
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix invocation of Python and Guile interpreters from gdb-miEli Zaretskii2015-12-161-13/+24
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-3/+3
* ; * lisp/progmodes/gdb-mi.el (gdb-mi-decode): Improve last change.Eli Zaretskii2015-10-011-4/+4
* Fix GUD display of GDB output with non-ASCII textEli Zaretskii2015-10-011-0/+58
* ; Revert inadvertent premature commit.Eli Zaretskii2015-09-301-29/+0
* Disable some display optimizations when frames need redisplayEli Zaretskii2015-09-301-0/+28
* Fix display of complex local data types in GDB-MIEli Zaretskii2015-09-091-0/+2
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-9/+9
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-3/+3
* gdb-mi.el (gdb-display-io-nopopup): New defcustom.Oleh Krehel2015-02-121-1/+11
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Doc fixesGlenn Morris2014-05-011-2/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * subr.el (process-live-p): Return nil for non-process. Leo Liu2013-12-021-4/+4
* * lisp/progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.Stefan Monnier2013-11-171-13/+27
* * lisp/progmodes/gdb-mi.el (gud-cont, gud-step): Declare.Glenn Morris2013-09-121-0/+5
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Tweak some message calls in gdb-mi.elGlenn Morris2013-07-201-6/+5
* Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris2013-07-201-1/+1
|\
| * * gdb-mi.el (gdb-done-or-error): Guard against "%" in gdb output (tiny change)Richard Copley2013-07-181-1/+1