summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
Commit message (Expand)AuthorAgeFilesLines
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-2/+1
* Don't require speedbar.Nick Roberts2009-09-241-7/+4
* Fix typos.Juanma Barranquero2009-09-241-3/+3
* (gdb-version): New variable.Nick Roberts2009-09-231-15/+15
* (gdb-var-update-handler-1): Include case ofNick Roberts2009-09-191-4/+5
* (gdb-frame-address): New variable.Nick Roberts2009-09-181-143/+192
* (gdb-var-list-children-regexp): Delete.Nick Roberts2009-09-121-14/+9
* (gdb-var-update-regexp): Delete.Nick Roberts2009-09-111-13/+9
* Bug#4375 (can't kill killed gud buffer")Nick Roberts2009-09-101-7/+0
* Reported in thread for Bug#4375.Nick Roberts2009-09-101-24/+20
* (gdb-current-context-command): Move theNick Roberts2009-09-011-7/+6
* (gdb-var-create-handler): Remove redundantNick Roberts2009-09-011-8/+4
* Use forward-line rather than goto-line.Glenn Morris2009-09-011-3/+6
* (gdb-breakpoints-list-handler-custom):Nick Roberts2009-08-311-15/+16
* (gdb-control-all-threads)Nick Roberts2009-08-311-6/+15
* Nuke trailing whitespace.Glenn Morris2009-08-291-43/+43
* (gdb-use-separate-io-buffer): RemoveNick Roberts2009-08-281-32/+29
* (gdb-mapcar*): Replacement for `mapcar*'Dmitry Dzhus2009-08-241-4/+18
* (gdb-inferior-io-mode): Use start-process toNick Roberts2009-08-131-5/+5
* (gdb): Send -target-detach when buffer is killed (#3794).Dmitry Dzhus2009-08-111-21/+36
* (gdb-line-posns): New helper which helps not to use `goto-line'.Dmitry Dzhus2009-08-111-23/+28
* *** empty log message ***Dmitry Dzhus2009-08-111-18/+24
* (gdb-gud-context-call): Does not need to be a macro.Dmitry Dzhus2009-08-091-6/+7
* (gdb-control-all-threads)Dmitry Dzhus2009-08-081-1/+36
* (gdb-breakpoints-mode-map): Don't assume threads buffer is present.Dmitry Dzhus2009-08-081-10/+41
* (gdb-read-memory-custom)Dmitry Dzhus2009-08-081-21/+34
* (gdb-var-create-regexp): Removed.Dmitry Dzhus2009-08-061-70/+57
* * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.Dmitry Dzhus2009-08-041-290/+575
* * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):Dmitry Dzhus2009-08-041-86/+133
* * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDBDmitry Dzhus2009-08-041-125/+418
* (gdb-rules-name-maker, gdb-rules-buffer-mode)Dmitry Dzhus2009-08-041-15/+32
* (gdb-pc-address): Removed unused variable.Dmitry Dzhus2009-08-041-114/+160
* (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros toDmitry Dzhus2009-08-041-47/+115
* (gdb-get-buffer, gdb-get-buffer-create, gdb-init-1)Dmitry Dzhus2009-08-041-133/+179
* * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)Dmitry Dzhus2009-08-041-110/+53
* (gdb-thread-number): New variable.Dmitry Dzhus2009-08-041-10/+59
* (gdb-place-breakpoints): Use full path when setting breakpoints.Dmitry Dzhus2009-07-301-1/+1
* (gdb-goto-breakpoint): Use full path when setting breakpoints.Dmitry Dzhus2009-07-291-1/+1
* (speedbar-frame): Declare to avoid compilerNick Roberts2009-07-181-18/+9
* (json-partial-output): Fix broken GDB/MI output in -break-info commandDmitry Dzhus2009-07-141-6/+28
* (gdb): Remove description ofNick Roberts2009-07-081-12/+4
* (gdb-init-1): Move sendingNick Roberts2009-07-081-61/+63
* * progmodes/gdb-mi.el (gdb-input): Add trailing newline to command.Dmitry Dzhus2009-07-071-32/+32
* * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): y/nDmitry Dzhus2009-07-071-6/+8
* * progmodes/gdb-mi.el (gdb-stack-list-frames-handler): RewrittenDmitry Dzhus2009-07-071-41/+29
* * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode nameDmitry Dzhus2009-07-071-26/+68
* * progmodes/gdb-mi.el (gdb-init-1): Set correct mode name forDmitry Dzhus2009-07-071-152/+147
* gdb-mi.el: Now using bindat-get-field instead of fadr functions.Dmitry Dzhus2009-07-071-28/+40
* Port memory buffer from gdb-ui.elDmitry Dzhus2009-07-071-4/+387
* Minor header format fixes.Glenn Morris2009-06-231-6/+6