summaryrefslogtreecommitdiff
path: root/lisp/gdb-ui.el
Commit message (Expand)AuthorAgeFilesLines
* (gdba): Remove gdb-quit (previously removed) fromNick Roberts2003-08-241-66/+38
* (gdb-insert-field, gdb-array-format1)Nick Roberts2003-08-111-30/+26
* (gdb-setup-windows, gdb-restore-windows): RestoreNick Roberts2003-07-281-11/+16
* (gdb-source-info): Display current frame whenNick Roberts2003-07-071-4/+8
* (gdb-display-number-end): Don't re-initialise localNick Roberts2003-06-291-19/+25
* (gud-display1): Keep the gdb command, "display", inNick Roberts2003-06-181-47/+54
* (gdb-get-current-frame, gdb-frame-handler): Use GdbNick Roberts2003-06-081-31/+36
* (gdb-info-breakpoints-custom, gdb-assembler-custom):Nick Roberts2003-05-251-14/+35
* (gdba): Accommodate Fortran programs.Nick Roberts2003-05-231-7/+7
* (gud-gdba-command-name): Use -noasync option for GdbNick Roberts2003-05-211-39/+73
* (gdb-view-source, gdb-selected-view): New variables.Nick Roberts2003-05-211-42/+86
* (put-arrow): Rename gdb-put-arrow and simplify.Nick Roberts2003-05-181-115/+67
* (gdb-info-frames-custom): Reverse contrast of face forNick Roberts2003-05-171-84/+104
* (gdb-invalidate-assembler): Update assembler bufferNick Roberts2003-05-121-5/+84
* (breakpoint-enabled-icon, breakpoint-disabled-icon):Nick Roberts2003-05-031-32/+66
* (gdb-inferior-io-mode): Remove Unix pathname for catNick Roberts2003-03-311-9/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-20/+20
* Improve commentary.Nick Roberts2003-01-141-16/+32
* (gud-display): Use GDB command ptype instead of whatisNick Roberts2003-01-111-34/+36
* Acknowledge Tom Lord as author of gdba.el.Nick Roberts2003-01-041-109/+118
* (gdb-delete-display): Rename (gdb-delete-expression).Nick Roberts2002-12-291-102/+109
* (gdb-info-display-custom): Ensure that frames/buffersNick Roberts2002-12-261-65/+70
* (gdb-display-number-end): Make auto-display ofNick Roberts2002-12-231-100/+104
* 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