[Lldb-commits] [lldb] r339954 - Update the Core file loading instructions so they keep the process stopped after attaching to a core file.
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 16 15:13:02 PDT 2018
Author: gclayton
Date: Thu Aug 16 15:13:01 2018
New Revision: 339954
URL: http://llvm.org/viewvc/llvm-project?rev=339954&view=rev
Log:
Update the Core file loading instructions so they keep the process stopped after attaching to a core file.
Modified:
lldb/trunk/tools/lldb-vscode/README.md
Modified: lldb/trunk/tools/lldb-vscode/README.md
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-vscode/README.md?rev=339954&r1=339953&r2=339954&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-vscode/README.md (original)
+++ lldb/trunk/tools/lldb-vscode/README.md Thu Aug 16 15:13:01 2018
@@ -190,5 +190,6 @@ Loading a core file can use the `"attach
"type": "lldb-vscode",
"request": "attach",
"attachCommands": ["target create -c /path/to/123.core /path/to/executable"],
+ "stopOnEntry": false
}
```
More information about the lldb-commits
mailing list