1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
emacs/lisp/progmodes
Dmitry Dzhus ad07fb8d75 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
(gdb-overlay-arrow-position): Renamed to
`gdb-disassembly-position'.
(gdb-overlay-arrow-position, gdb-thread-position)
(gdb-disassembly-position): Declare variables.
(gdb-wait-for-pending): Function now.
(gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
(gdb-emit-signal, gdb-buf-publisher): Declare before first use so
compilation goes smoothly.
(gdb, gdb-non-stop, gdb-buffers): New customization groups.
(gdb-non-stop-setting): New customization setting which replaces
`gdb-non-stop' so changing it doesn't break active GDB session.
(gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
(gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
(gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
(gdb-show-threads-by-default): New customization options.
(gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
routines.
(gdb-get-buffer-create): Send buffers update signal when they are
created.
(gdb-invalidate-locals, gdb-invalidate-registers)
(gdb-invalidate-breakpoints)
(gdb-invalidate-threads, gdb-invalidate-disassembly)
(gdb-invalidate-memory): Accept update signal.
(gdb-current-context-command): Use --frame option.
(gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
Implement `gdb-frame-number' selection logic.
(gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
whether to show GUD toolbar buttons.
(gdb-thread-exited): Unselect current thread when it exits.
(gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
(gdb-mark-line): Routine which sets overlay arrow or inverses
video on fringeless displays.
(gdb-table, gdb-table-add-row, gdb-table-string): Structure used
to build aligned columns of data in GDB buffers and set text
properties line-by-line.
(gdb-invalidate-breakpoints)
(gdb-breakpoints-list-handler-custom)
(gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
(gdb-stack-list-frames-custom, gdb-locals-handler-custom)
(gdb-registers-handler-custom): Align data columns.
(gdb-locals-handler-custom): Now prints data like in variable
declarations.
(gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
Removed confusing buttons.
(gdb-invalidate-threads): Append --frame.
(gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
between breakpoints/threads buffers.
(gdb-set-window-buffer): Now can ignore dedicated windows.
(gdb-propertize-header): Use `gdb-set-window-buffer'.
(def-gdb-thread-buffer-simple-command): Numerous typos fixed.
(def-gdb-thread-buffer-gud-command): Replaces
`def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
for fine thread control.
(gdb-preempt-existing-or-display-buffer): New function used to
display bound buffers without breaking window layout.
(gdb-frame-location): Replaces `gdb-insert-frame-location'.
(gdb-select-frame): New version of `gdb-frames-select' which now
sets `gdb-frame-number' so commands may use --frame option instead
of inner debugger state.
(gdb-frame-handler): Do not set `gdb-frame-number'.
(gdb-threads-mode-map): Select threads with mouse.

(I forgot to include sources in previous commit)
2009-08-04 17:16:58 +00:00
..
.gitignore
ada-mode.el (compile-auto-highlight): Remove the variable (removed from compile.el 2009-07-20 16:40:24 +00:00
ada-prj.el
ada-stmt.el
ada-xref.el
antlr-mode.el
asm-mode.el
autoconf.el
bug-reference.el
cap-words.el
cc-align.el Enhancements for Objective-C: 2009-04-30 10:36:24 +00:00
cc-awk.el
cc-bytecomp.el
cc-cmds.el (c-mask-paragraph): Remove a spurious correction between the visible 2009-06-29 14:44:04 +00:00
cc-compat.el
cc-defs.el * progmodes/cc-defs.el (c-version): Bump to 5.31.7. 2009-07-29 13:34:19 +00:00
cc-engine.el cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clauses 2009-02-21 16:10:39 +00:00
cc-fonts.el
cc-langs.el cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed from 2009-05-19 22:35:07 +00:00
cc-menus.el * progmodes/cc-menus.el (imenu-progress-message): 2009-02-18 09:23:28 +00:00
cc-mode.el (c-before-hack-hook, c-postprocess-file-styles): Give invocation of 2009-07-18 20:42:55 +00:00
cc-styles.el
cc-subword.el
cc-vars.el Enhancements for Objective-C: 2009-04-30 10:36:24 +00:00
cfengine.el
cmacexp.el
compile.el (compilation-mode-font-lock-keywords): Omake sometimes indents the 2009-07-10 18:23:49 +00:00
cperl-mode.el (cperl-find-pods-heres): Don't globally bind `name'. 2009-02-24 03:31:15 +00:00
cpp.el
cwarn.el
dcl-mode.el
delphi.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el multiple value corrections 2009-03-13 19:56:33 +00:00
etags.el
executable.el
f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes. 2009-07-01 07:13:55 +00:00
flymake.el m-v corrections. 2009-03-13 20:37:43 +00:00
fortran.el
gdb-mi.el * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil. 2009-08-04 17:16:58 +00:00
glasses.el
grep.el (rgrep): Allow grep-find-ignored-directories 2009-07-08 14:23:57 +00:00
gud.el * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil. 2009-08-04 17:16:58 +00:00
hideif.el
hideshow.el * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point 2009-07-06 14:16:52 +00:00
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el Kevin Ryde <user42 at zip.com.au> 2009-07-22 03:07:18 +00:00
idlw-toolbar.el
idlwave.el Kevin Ryde <user42 at zip.com.au> 2009-07-22 03:07:18 +00:00
inf-lisp.el
js2-mode.el Add arch tagline 2009-08-01 02:11:36 +00:00
ld-script.el
m4-mode.el
make-mode.el
mantemp.el
meta-mode.el
mixal-mode.el
modula2.el
octave-inf.el
octave-mod.el
pascal.el
perl-mode.el (perl-indent-line-command): Call indent-region if region is active. 2009-01-28 02:17:29 +00:00
prolog.el
ps-mode.el (ps-run-tmp-dir): Doc fix. 2009-02-07 21:56:47 +00:00
python.el (python-shift-left, python-shift-right): 2009-02-20 16:30:53 +00:00
ruby-mode.el * progmodes/ruby-mode.el (ruby-parse-partial, ruby-font-lock-keywords): Support overloadable negative operators (Bug#3587). 2009-06-17 15:16:17 +00:00
scheme.el
sh-script.el (sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything. 2009-02-19 22:18:16 +00:00
simula.el
sql.el Ian Eure <ian at digg.com> (tiny change) 2009-02-14 03:38:00 +00:00
sym-comp.el
tcl.el
vera-mode.el Kevin Ryde <user42 at zip.com.au> 2009-07-22 03:07:18 +00:00
verilog-mode.el Kevin Ryde <user42 at zip.com.au> 2009-07-22 03:07:18 +00:00
vhdl-mode.el Kevin Ryde <user42 at zip.com.au> 2009-07-22 03:07:18 +00:00
which-func.el * progmodes/which-func.el (which-function): Don't assume that 2009-04-28 21:29:47 +00:00
xscheme.el