summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove redundant 'function's around lambdasStefan Kangas2020-11-171-11/+10
* | Change the default value of gdb-mi-decode-strings to t (bug#44173)Mattias Engdegård2020-11-061-1/+1
* | Parse GDB/MI results directly instead of going via JSON (bug#44173)Mattias Engdegård2020-10-311-142/+176
* | Tweak the gdb-mi error messageLars Ingebrigtsen2020-10-301-2/+4
* | gdb-mi: use lexical lambdasMattias Engdegård2020-10-271-29/+29
* | Remove unused function in gdb-mi.elMattias Engdegård2020-10-271-10/+0
* | gdb-mi: Don't use bindat for field accessMattias Engdegård2020-10-271-135/+132
* | Remove useless uses of bindat-get-fieldMattias Engdegård2020-10-221-3/+2
* | ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* | Fix a defcustom type in gdb-mi.elLars Ingebrigtsen2020-09-251-1/+1