[lldb-vscode] Add postRunCommands
This diff ass postRunCommands, which are the counterpart of the preRunCommands. TThey will be executed right after the target is launched or attached correctly, which means that the targets can assume that the target is running. Differential Revision: https://reviews.llvm.org/D100340
Loading
Please sign in to comment