summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix bug #14847 with continued GDB command lines in gdb-mi.el.Sergio Durigan Junior2013-07-121-6/+17
* | * lisp/progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.Glenn Morris2013-06-211-17/+3
* | * lisp/progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.Glenn Morris2013-05-301-1/+1
* | * progmodes/gdb-mi.el (gdb-running, gdb-starting): RemoveJean-Philippe Gravel2013-05-141-7/+2
* | * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)Jean-Philippe Gravel2013-05-141-88/+157
* | * progmodes/gdb-mi.el (gdb-input): Include token numbers inJean-Philippe Gravel2013-05-121-2/+3
* | Use add/remove-function to manipulate process-filters.Stefan Monnier2013-04-201-16/+14
* | * lisp/progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):Jean-Philippe Gravel2013-04-161-7/+11
* | * lisp/progmodes/gdb-mi.el: Speed up initialization. Use lexical-binding.Jean-Philippe Gravel2013-03-111-167/+465
* | Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-4/+4
|/
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix how gdb-mi calls display-buffer to avoid switching frames.Chong Yidong2012-10-191-8/+11
* Clean up gdb-mi's usage of display-buffer.Chong Yidong2012-08-261-132/+109
* Fix and improve GUD Tooltip mode.Eli Zaretskii2012-08-141-19/+27
* Merge from emacs-24 branch; up to 2012-05-01T18:47:23Z!rgm@gnu.orgChong Yidong2012-07-281-13/+16
|\
| * Fix bogus code in gdb-place-breakpoints.Chong Yidong2012-07-281-13/+16
* | More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-6/+5
* | * lisp/progmodes/gdb-mi.el: Minor style changes.Stefan Monnier2012-05-251-102/+70
* | Merge changes from emacs-24 branchChong Yidong2012-04-271-4/+26
|\ \ | |/
| * Fix bug #11279 with sending command blocks to GDB.Eli Zaretskii2012-04-201-4/+26
* | Force interactive-mode in GDB on MS-Windows.Eli Zaretskii2012-04-251-2/+7
* | Merge from emacs-24 branchChong Yidong2012-04-201-35/+86
|\ \ | |/
| * Fix last change.Chong Yidong2012-04-201-6/+10
| * Fixes for pty handling in gdb-mi.el and process.c.Chong Yidong2012-04-201-23/+46
| * Delete the gdb-inferior pty when the gdb process exits.Chong Yidong2012-04-191-24/+48
* | * lisp/progmodes/gud.el (gud-key-prefix): Use :type 'key-sequenceSam Steingold2012-04-181-1/+1
|/
* GDB change for dynamically generated code (tiny change)Kaushik Srenevasan2012-03-131-4/+12
* Small gdb-breakpoints fix (tiny change)Kaushik Srenevasan2012-03-061-4/+4