Skip to content

Commit

Permalink
[LLDB] Improve documentation for ~/.lldbinit
Browse files Browse the repository at this point in the history
The content of the ~/.lldbinit file as described in lldbinit.md was
confusing and led multiple people to include the chevrons in the path
to chromium/src/tools/lldb. Chevrons SHOULD NOT BE INCLUDED.

Hopefully this CL makes this a bit clearer.

Bug: N/A
Change-Id: I4e814c4fd3f29d7029f61370a0f38a030ccae9a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3597559
Reviewed-by: Erik Chen <erikchen@chromium.org>
Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#994463}
  • Loading branch information
bebeaudr authored and Chromium LUCI CQ committed Apr 21, 2022
1 parent 4d11691 commit bce5e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lldbinit.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use, add the following to your `~/.lldbinit`

```
# So that lldbinit.py takes precedence.
script sys.path[:0] = ['<.../path/to/chromium/src/tools/lldb>']
script sys.path[:0] = ['/<your-path>/chromium/src/tools/lldb']
script import lldbinit
```

Expand Down

0 comments on commit bce5e78

Please sign in to comment.