This can help lldb-vscode handle launch commands associate with remote platform
attach request have field attachCommands to handle attach specific commands
add a corresponding one for launch request
if no launch command is provided, create a new target and launch; otherwise, execute the launch command
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Not sure it matters, but you can just specify to "attach" and use "attachCommands" instead of adding this feature. It might be confusing to be using "attach" and run "attachCommands" when you want to launch, so I understand if you still want this patch. There will need to be a test for this.
lldb/trunk/tools/lldb-vscode/lldb-vscode.cpp | ||
---|---|---|
1280 | was this intentional? |
lldb/trunk/tools/lldb-vscode/lldb-vscode.cpp | ||
---|---|---|
1280 | ohh yes, it should be deleted |
was this intentional?