Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | |||||
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | LLDB support: handle unsorted enum member lists | Gerd Möllmann | 2022-08-22 | 1 | -2/+4 |
| | | | | | * 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 summary | Gerd Möllmann | 2022-08-02 | 1 | -1/+1 |
| | |||||
* | Extend support for debugging Emacs with LLDB | Gerd Möllmann | 2022-07-15 | 1 | -5/+19 |
| | | | | | | * 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 typos | Stefan Kangas | 2022-07-14 | 1 | -1/+1 |
| | |||||
* | Improve support for debugging Emacs with LLDB | Gerd Möllmann | 2022-07-14 | 1 | -76/+141 |
| | | | | * etc/emacs_lldb.py: Refactor and support more Lisp types. | ||||
* | Support for debugging Emacs with LLDB | Gerd Möllmann | 2022-07-11 | 1 | -0/+173 |
* (src/.lldbinit): New file. * (etc/emacs_lldb.py): Module loaded from .lldbinit. |