aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/gud.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Avoid mutating properties of string literalsMattias Engdegård2025-12-211-1/+1
* "M-x lldb": bugfix source code location without columnGustav Hållberg2025-09-061-4/+7
* Add "forward history" support for some debuggersPaul Nelson2025-04-261-6/+25
* Prefer '(oddp A)' to '(= 1 (% A 2))'Stefan Kangas2025-02-171-1/+1
* Mark IRIX support in GUD as obsoleteStefan Kangas2025-02-071-36/+6
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Prefer defvar-keymap in gud.elStefan Kangas2024-12-221-104/+82
* Turn off current source line indicator when gdb buffer is killedDiancheng Wang2024-12-121-0/+2
* Stop highlighting current line when debuggee is runningDiancheng Wang2024-10-121-8/+13
* Bind TAB not <tab> in M-x lldbGerd Möllmann2024-08-071-1/+2
* Fix LLDB frame-format for optional column number infoGerd Möllmann2024-06-011-1/+1
* Fix gud-lldb-command-nameGerd Möllmann2024-04-261-11/+2
* Fix tbreak for LLDBGerd Möllmann2024-04-241-1/+1
* Simplify mode-indexed tables in packagesStefan Monnier2024-03-091-6/+4
* ; Spelling fixesPaul Eggert2024-01-301-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-2/+2
* | ; * lisp/progmodes/gud.el (lldb): Fix trailing whitespace.Eli Zaretskii2023-12-091-1/+1
* | LLDB support: cope with inserted text being write-protectedMattias Engdegård2023-10-251-2/+4
* | Better LLDB frame information (bug#66604)Mattias Engdegård2023-10-241-35/+36
* | More robust control sequence handling in LLDB output (bug#66604)Mattias Engdegård2023-10-231-7/+36
* | Fix LLDB prompt in Gud when attachedGerd Möllmann2023-10-231-1/+7
* | ; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo.Ulrich Müller2023-10-211-1/+1
* | ; More fixes for LLDB supportEli Zaretskii2023-10-201-6/+7
* | ; Fix recent changes of LLDB supportEli Zaretskii2023-10-201-2/+5
* | Fix Gud LLDB completion for function namesGerd Möllmann2023-10-201-11/+18
* | Fix last change in gud.elGerd Möllmann2023-10-191-1/+0
* | Gud support for column numbersGerd Möllmann2023-10-191-4/+11
* | Don't rely on LLDB output formatGerd Möllmann2023-10-191-18/+30
* | Gud LLDB fix for large completion count (bug#66625)Gerd Möllmann2023-10-191-17/+23
* | Gud LLDB completions (bug#66604)Gerd Möllmann2023-10-181-3/+99
* | Gud lldb support (bug#66575)Gerd Möllmann2023-10-171-24/+170
* | Enable highlighting Gud execution lines without hl-line-modePo Lu2023-10-121-8/+52
* | Enable gdb-mi to set breakpoints when threads of debuggee are runningDiancheng Wang2023-08-311-8/+14
* | Fix all my attributions to be correct and consistent...Eric S. Raymond2023-08-081-1/+1
* | Fix interactive forms in some Lisp packagesEli Zaretskii2023-05-061-1/+1
* | * lisp/progmodes/gud.el (gud-minor-menu-map): Fix thinko in last changeStefan Monnier2023-03-101-1/+3
* | gud.el: Bring back the pseudo-tool-bar in text frames (bug#62041)Stefan Monnier2023-03-091-6/+50
* | gud.el: Fix bug#62041Stefan Monnier2023-03-081-14/+17
* | Merge from origin/emacs-29Stefan Kangas2023-01-101-2/+3
|\ \ | |/
| * ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.Yuan Fu2023-01-071-2/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
| * Revert "Make easy-mmode-defmap obsolete and adjust only caller"Eli Zaretskii2022-12-031-88/+135
|/
* Fix GUD item on the menu bar in source buffersEli Zaretskii2022-11-281-0/+3
* ; * lisp/progmodes/gud.el (gud-gdb): Doc fix. (Bug#58826)Eli Zaretskii2022-10-281-1/+6
* Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-011-136/+89
* gud.el: invoke 'perldb' with '-E' instead of '-e'Harald Jörg2022-08-121-6/+7