Fix typos.
[bpt/emacs.git] / lisp / progmodes / gdb-mi.el
2009-09-24 Juanma BarranqueroFix typos.
2009-09-23 Nick Roberts(gdb-version): New variable.
2009-09-19 Nick Roberts(gdb-var-update-handler-1): Include case of
2009-09-18 Nick Roberts(gdb-frame-address): New variable.
2009-09-12 Nick Roberts(gdb-var-list-children-regexp): Delete.
2009-09-11 Nick Roberts(gdb-var-update-regexp): Delete.
2009-09-10 Nick RobertsBug#4375 (can't kill killed gud buffer")
2009-09-10 Nick RobertsReported in thread for Bug#4375.
2009-09-01 Nick Roberts(gdb-current-context-command): Move the
2009-09-01 Nick Roberts(gdb-var-create-handler): Remove redundant
2009-09-01 Glenn MorrisUse forward-line rather than goto-line.
2009-08-31 Nick Roberts(gdb-breakpoints-list-handler-custom):
2009-08-31 Nick Roberts(gdb-control-all-threads)
2009-08-29 Glenn MorrisNuke trailing whitespace.
2009-08-28 Nick Roberts(gdb-use-separate-io-buffer): Remove
2009-08-24 Dmitry Dzhus(gdb-mapcar*): Replacement for `mapcar*'
2009-08-13 Nick Roberts(gdb-inferior-io-mode): Use start-process to
2009-08-11 Dmitry Dzhus(gdb): Send -target-detach when buffer is killed (...
2009-08-11 Dmitry Dzhus(gdb-line-posns): New helper which helps not to use...
2009-08-11 Dmitry Dzhus*** empty log message ***
2009-08-09 Dmitry Dzhus(gdb-gud-context-call): Does not need to be a macro.
2009-08-08 Dmitry Dzhus(gdb-control-all-threads)
2009-08-08 Dmitry Dzhus(gdb-breakpoints-mode-map): Don't assume threads buffer...
2009-08-08 Dmitry Dzhus(gdb-read-memory-custom)
2009-08-06 Dmitry Dzhus(gdb-var-create-regexp): Removed.
2009-08-04 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-frame-number): Initialize...
2009-08-04 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer...
2009-08-04 Dmitry Dzhus* progmodes/gud.el (gud-stop-subjob, gud-menu-map)...
2009-08-04 Dmitry Dzhus(gdb-rules-name-maker, gdb-rules-buffer-mode)
2009-08-04 Dmitry Dzhus(gdb-pc-address): Removed unused variable.
2009-08-04 Dmitry Dzhus(gdb-add-pending, gdb-pending-p, gdb-delete-pending...
2009-08-04 Dmitry Dzhus(gdb-get-buffer, gdb-get-buffer-create, gdb-init-1)
2009-08-04 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
2009-08-04 Dmitry Dzhus(gdb-thread-number): New variable.
2009-07-30 Dmitry Dzhus(gdb-place-breakpoints): Use full path when setting...
2009-07-29 Dmitry Dzhus(gdb-goto-breakpoint): Use full path when setting break...
2009-07-18 Nick Roberts(speedbar-frame): Declare to avoid compiler
2009-07-14 Dmitry Dzhus(json-partial-output): Fix broken GDB/MI output in...
2009-07-08 Nick Roberts(gdb): Remove description of
2009-07-08 Nick Roberts(gdb-init-1): Move sending
2009-07-07 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-input): Add trailing newline...
2009-07-07 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-breakpoints-list-handler...
2009-07-07 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-stack-list-frames-handler...
2009-07-07 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer...
2009-07-07 Dmitry Dzhus* progmodes/gdb-mi.el (gdb-init-1): Set correct mode...
2009-07-07 Dmitry Dzhusgdb-mi.el: Now using bindat-get-field instead of fadr...
2009-07-07 Dmitry DzhusPort memory buffer from gdb-ui.el
2009-06-23 Glenn MorrisMinor header format fixes.
2009-06-23 Miles BaderAdd arch tagline
2009-06-22 Nick RobertsPull further modified changes from Dmitry's repository...
2009-06-21 Nick Roberts* progmodes/gdb-ui.el: Replace with ...