diff options
author | Greg Clayton <gclayton@apple.com> | 2018-08-16 22:13:01 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2018-08-16 22:13:01 +0000 |
commit | ada3f77e4420d30e7bf39e215763a66e1ebdbe97 (patch) | |
tree | efaa2fd759a3e4ab54c3a1412f4b2841552c3f8a | |
parent | 75714b598d0923abe61ef1f23d3709f543fe4ea3 (diff) | |
download | bcm5719-llvm-ada3f77e4420d30e7bf39e215763a66e1ebdbe97.tar.gz bcm5719-llvm-ada3f77e4420d30e7bf39e215763a66e1ebdbe97.zip |
Update the Core file loading instructions so they keep the process stopped after attaching to a core file.
llvm-svn: 339954
-rw-r--r-- | lldb/tools/lldb-vscode/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/lldb-vscode/README.md b/lldb/tools/lldb-vscode/README.md index 2e786816bf0..0bebed3697c 100644 --- a/lldb/tools/lldb-vscode/README.md +++ b/lldb/tools/lldb-vscode/README.md @@ -190,5 +190,6 @@ Loading a core file can use the `"attach"` request along with the "type": "lldb-vscode", "request": "attach", "attachCommands": ["target create -c /path/to/123.core /path/to/executable"], + "stopOnEntry": false } ``` |