summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite recursion in gdb-mi.elEli Zaretskii2024-02-241-2/+4
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* * lisp/progmodes/gdb-mi.el: Fix interactive invocation of 'gud-go'.Wang Diancheng2023-07-151-1/+1
* Disable target-async by default in gdb-mi.elEli Zaretskii2023-06-211-2/+4
* ; Fix typos in gdb-mi.elEli Zaretskii2023-04-181-1/+1
* Fix problem with debuginfod queries in "M-x gdb"Eli Zaretskii2023-03-071-6/+55
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Consistently call alists "association list"Stefan Kangas2022-11-271-3/+3
* ; Fix several symbol name typosStefan Kangas2022-10-261-1/+1
* ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo. (Bug#58400)Eli Zaretskii2022-10-101-1/+1
* Show gdb-mi disassembly over trampJake Moss2022-08-291-5/+6
* Fix string padding in gdb-miSantiago Calandrino2022-08-241-8/+7
* Simplify code using take, ntake and butlastMattias Engdegård2022-08-141-3/+2
* Make gdb-pad-string obsolete in favor of string-padStefan Kangas2022-08-101-10/+13
* Whitespace fix in gdb-mi.elStefan Kangas2022-08-041-2/+2
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* | ; Fix typos.Stefan Kangas2022-07-021-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-06-101-31/+47
|\|
| * Fix debugging with GDB when a breakpoint has multiple locationsEli Zaretskii2022-06-071-31/+47
* | ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-1/+2
* | Fix compilation warning in gdb-mi.elLars Ingebrigtsen2022-05-111-0/+1
* | Bind gud-go and allow the prefix to enter argumentsLars Ingebrigtsen2022-05-111-5/+9
* | Fix some quoting problems in defcustom :typeLars Ingebrigtsen2022-05-101-2/+2
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* | Display complex data types in gdb-miGustaf Waldemarson2022-03-061-5/+64
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Avoid having gud bug out if `C-x C-a' has been boundLars Ingebrigtsen2021-12-041-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-011-1/+3
|\|
| * Fix regression in gdb-frame-handlerLars Ingebrigtsen2021-11-301-1/+3
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-0/+11
|/
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-241-1/+3
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; Normalize some header commentsStefan Kangas2021-09-161-2/+1
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-4/+4
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Ensure that gud commands for M-x gdb are handled by repeat-modeBrian Leung2021-07-281-0/+2
* Fix recent gdb-mi changeGlenn Morris2021-07-251-1/+1
* Add filter to GDB's register bufferYuan Fu2021-07-241-12/+84
* * lisp/progmodes/gud.el (gud-tooltip-tips): Use proper closuresStefan Monnier2021-05-181-0/+13
* Fix GUD overlay arrows in gdb-mi when debugging over TrampJim Porter2021-05-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-12-151-1/+1
|\
| * Fix point location when completing in gdb-mi.elEli Zaretskii2020-12-141-1/+1
* | Fix setting breakpoints in "M-x gdb" when a source file is missingEli Zaretskii2020-12-151-15/+18
* | Prefer setq-local in gdb-mi.elStefan Kangas2020-12-091-22/+17
* | Turn gdb-wait-for-pending into a plain functionMattias Engdegård2020-11-181-15/+12