summaryrefslogtreecommitdiff
path: root/etc/emacs_lldb.py
Commit message (Collapse)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
|
* LLDB support: handle unsorted enum member listsGerd Möllmann2022-08-22
| | | | | * etc/emacs_lldb.py (enumerator_name): Handle the case that enum member list is not sorted by value.
* ; * etc/emacs_lldb.py: Don't print '->' in type summaryGerd Möllmann2022-08-02
|
* Extend support for debugging Emacs with LLDBGerd Möllmann2022-07-15
| | | | | | * etc/emacs_lldb.py: Handle case of Lisp_Object being a struct (--enable-lisp-type-checking). Enable Emacs type category by default. Expand children in type summary for Lisp_Object.
* ; Fix typosStefan Kangas2022-07-14
|
* Improve support for debugging Emacs with LLDBGerd Möllmann2022-07-14
| | | | * etc/emacs_lldb.py: Refactor and support more Lisp types.
* Support for debugging Emacs with LLDBGerd Möllmann2022-07-11
* (src/.lldbinit): New file. * (etc/emacs_lldb.py): Module loaded from .lldbinit.