summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gud.el
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling fixes.Paul Eggert2011-11-111-1/+1
* Fix typos.Juanma Barranquero2011-11-091-1/+1
* Fix more minor mode docstrings.Chong Yidong2011-10-191-1/+4
* Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong2011-09-111-1/+1
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-14/+3
* Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong2011-09-101-4/+0
* Merge from emacs-23; up to 2010-06-16T23:27:20Z!jay.p.belanger@gmail.com.Glenn Morris2011-07-051-1/+2
|\
| * * lisp/progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).Chong Yidong2011-06-271-1/+2
* | Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-5/+5
* | Declaration fixes.Glenn Morris2011-05-041-2/+0
* | lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-31/+29
* | * lisp/progmodes/gud.el (gud-gdb): Use completion-at-point instead ofStefan Monnier2011-04-141-29/+53
* | * lisp/progmodes/gud.el (gdb-script-syntax-propertize-function):Stefan Monnier2011-03-061-1/+3
* | * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.Tom Tromey2011-03-041-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-5/+3
* | Move some autoloaded auto-mode-alist entries to files.el.Glenn Morris2010-09-231-7/+0
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-10/+14
* | * progmodes/gud.el (gud-common-init): Check for remoteness ofMichael Albinus2010-07-281-2/+2
* | Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz:Nick Roberts2010-03-281-118/+86
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* This changeset reverts GDB Graphical Interface to use annotations. It incorp...Nick Roberts2009-12-291-85/+118
* (gud-basic-call): Don't only save the buffer but the excursion as well.Stefan Monnier2009-11-271-12/+13
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-2/+2
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-6/+3
* (gud-sentinel): Revert indavertant change.Nick Roberts2009-09-201-3/+1
* (gud-speedbar-item-info): Adjust for change toNick Roberts2009-09-181-7/+11
* Reported in thread for Bug#4375.Nick Roberts2009-09-101-1/+2
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-4/+5
* *** empty log message ***Dmitry Dzhus2009-08-111-2/+2
* * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.Dmitry Dzhus2009-08-041-25/+6
* * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDBDmitry Dzhus2009-08-041-12/+36
* (jdb): Set gud-jdb-classpath-string to currentNick Roberts2009-08-031-1/+1
* (jdb): Add gud-pstar to dump object information.Nick Roberts2009-07-281-3/+6
* * progmodes/gdb-ui.el: Replace with ...Nick Roberts2009-06-211-68/+67
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Rename `tooltip-hook' to `tooltip-functions'.Juanma Barranquero2008-10-291-2/+2
* (gud-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-24/+23
* (gud-stop-subjob): Using jdb, suspend threadsNick Roberts2008-09-071-1/+3
* (tramp-file-name-localname, tramp-dissect-file-name): Declare,Glenn Morris2008-08-261-0/+3
* (gud-common-init): Use absolute file so thatNick Roberts2008-08-231-1/+3
* (gud-gdb-get-stackframe): Allow absoluteNick Roberts2008-07-051-2/+2
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+9
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn.Nick Roberts2008-04-291-2/+0
* (gud-display-line): Only consider visibleNick Roberts2008-04-291-3/+3
* Merge from emacs--rel--22Miles Bader2008-04-231-4/+1
|\