[all-commits] [llvm/llvm-project] ac1dc1: [Docs] Correct description of lldbinit behavior
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu May 28 13:10:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ac1dc1336ad76d719445d706654ca0ec4ff5557c
https://github.com/llvm/llvm-project/commit/ac1dc1336ad76d719445d706654ca0ec4ff5557c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M lldb/docs/man/lldb.rst
Log Message:
-----------
[Docs] Correct description of lldbinit behavior
Jim pointed out that "every time somebody has touched the documentation
on startup files they have stated that we source the application one and
then the global one, even though in actual fact we’ve never done that."
Indeed, when we read the application specific .lldbinit file, the global
one is not read. This patch updates the man page to reflect that.
More information about the All-commits
mailing list