Fix typo in flag to load Emacs-specific LLDB commands
* src/.lldbinit: Fix typo in flag to parse .lldbinit files from the current directory. (Bug#59702)
This commit is contained in:
parent
f6aa7c335f
commit
a699f65936
1 changed files with 1 additions and 1 deletions
|
@ -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-lldbinit' or add to your ~/.lldbinit the line
|
||||
#
|
||||
# settings set target.load-cwd-lldbinit true
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue