<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/.lldbinit, branch scratch/handler-bind</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Gud LLDB completions (bug#66604)</title>
<updated>2023-10-18T18:51:22+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2023-10-18T07:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1038e480382d243adcbb0d173050f7c41234a0b5'/>
<id>1038e480382d243adcbb0d173050f7c41234a0b5</id>
<content type='text'>
* etc/emacs_lldb.py: Remove xcomplete.
* lisp/progmodes/gud.el: Implement lldb command completions.
* src/.lldbinit: Remove settings done in Gud.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/emacs_lldb.py: Remove xcomplete.
* lisp/progmodes/gud.el: Implement lldb command completions.
* src/.lldbinit: Remove settings done in Gud.
</pre>
</div>
</content>
</entry>
<entry>
<title>Gud lldb support (bug#66575)</title>
<updated>2023-10-17T17:14:59+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2023-10-16T11:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40c9e9d2e6aa19e96572c8e9dd7119290be6a004'/>
<id>40c9e9d2e6aa19e96572c8e9dd7119290be6a004</id>
<content type='text'>
* lisp/progmodes/gud.el (lldb): New command.
* etc/NEWS: Mention M-x lldb.
* src/.lldbinit: Show no souece lines on stop.
* doc/emacs/building.texi: Mention LLDB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/gud.el (lldb): New command.
* etc/NEWS: Mention M-x lldb.
* src/.lldbinit: Show no souece lines on stop.
* doc/emacs/building.texi: Mention LLDB.
</pre>
</div>
</content>
</entry>
<entry>
<title>; New command alias xprint for LLDB</title>
<updated>2023-10-15T07:40:24+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2023-10-15T07:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=98748aa6e62488dd088e0ff0bd1d81d770c8abde'/>
<id>98748aa6e62488dd088e0ff0bd1d81d770c8abde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in flag to load Emacs-specific LLDB commands</title>
<updated>2022-11-29T22:45:59+00:00</updated>
<author>
<name>Daniel Martín</name>
</author>
<published>2022-11-29T22:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a699f65936e7c08664a994c14e14e9755f8f3d6d'/>
<id>a699f65936e7c08664a994c14e14e9755f8f3d6d</id>
<content type='text'>
* src/.lldbinit: Fix typo in flag to parse .lldbinit files from the
current directory.  (Bug#59702)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/.lldbinit: Fix typo in flag to parse .lldbinit files from the
current directory.  (Bug#59702)
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/.lldbinit: Fix copyright year.</title>
<updated>2022-07-11T12:57:20+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-07-11T12:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=899616108b075417778a049ff0fb2fc864cec942'/>
<id>899616108b075417778a049ff0fb2fc864cec942</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for debugging Emacs with LLDB</title>
<updated>2022-07-11T12:08:05+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2022-07-10T11:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7af425f87bf9866c60ac134cbb6aa9eb0c61f8af'/>
<id>7af425f87bf9866c60ac134cbb6aa9eb0c61f8af</id>
<content type='text'>
* (src/.lldbinit): New file.
* (etc/emacs_lldb.py): Module loaded from .lldbinit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* (src/.lldbinit): New file.
* (etc/emacs_lldb.py): Module loaded from .lldbinit.
</pre>
</div>
</content>
</entry>
</feed>
