projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6aa7c3
)
Fix typo in flag to load Emacs-specific LLDB commands
author
Daniel Martín
<mardani29@yahoo.es>
Tue, 29 Nov 2022 22:03:42 +0000
(23:03 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 29 Nov 2022 22:45:59 +0000
(23:45 +0100)
* src/.lldbinit: Fix typo in flag to parse .lldbinit files from the
current directory. (Bug#59702)
src/.lldbinit
patch
|
blob
|
history
diff --git
a/src/.lldbinit
b/src/.lldbinit
index 358cea5f8b6b8d11043ad643d63f0f40aeab0aec..5fdac34b78682a9c37ca693559287861b61f1fb1 100644
(file)
--- a/
src/.lldbinit
+++ b/
src/.lldbinit
@@
-16,7
+16,7
@@
# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
#
-# Use 'lldb --local-init' or add to your ~/.lldbinit the line
+# Use 'lldb --local-
lldb
init' or add to your ~/.lldbinit the line
#
# settings set target.load-cwd-lldbinit true
#