aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gdb-ui.el
Commit message (Expand)AuthorAgeFilesLines
* Remove the concept of an instance. This means that a lot of functions haveNick Roberts2002-12-211-266/+250
* (gdba-marker-filter, gdb-output-burst): Merge andNick Roberts2002-12-171-53/+35
* Improve documentation strings.Nick Roberts2002-12-131-21/+24
* Remove inappropriate key-bindings.Nick Roberts2002-12-081-64/+64
* Replace uses of (gdb-get-instance-buffer 'gdba) andStefan Monnier2002-12-051-73/+52
* (gud-gdb-complete-string, gud-gdb-complete-break)Stefan Monnier2002-12-051-153/+34
* Fix up comment markers.Stefan Monnier2002-12-041-51/+45
* Fold top-level `setq's and `define-key's into their corresponding defvar.Stefan Monnier2002-12-041-166/+136
* (gdb-inferior-io-mode-map): Remove (unused).Stefan Monnier2002-12-041-51/+48
* Get rid of (quote ..); use match-string and ignore.Stefan Monnier2002-12-031-135/+94
* (gdba): Use the default for gud-find-file.Stefan Monnier2002-12-031-24/+15
* (gdba, gdb-starting, gdb-stopped, gdb-quit): Update gdb-running -> gud-running.Stefan Monnier2002-12-031-4/+10
* (gdb-many-windows): Define as a minor mode.Nick Roberts2002-11-301-32/+7
* (gdb-starting): Set gdb-running to t.Nick Roberts2002-11-281-44/+37
* Major re-organisation. Simplify legacy gdba code to allow only one gdb process.Nick Roberts2002-11-231-525/+395
* General tidying. Patches from Stefan Monnier.Nick Roberts2002-11-211-28/+47
* Fix feature name in `require'.Juanma Barranquero2002-11-141-10/+10
* New file.Nick Roberts2002-11-141-0/+2610