[Lldb-commits] [PATCH] D100340: [lldb-vscode] Add postRunCommands

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 19 11:00:00 PDT 2021


clayborg added a comment.

"postRunCommands" might be clearer as "firstStopCommands"? Not sure, but I wanted to mention it.



================
Comment at: lldb/tools/lldb-vscode/package.json:166
+								"type": "array",
+								"description": "Commands executed just as soon as the program is correctly launched. The program is in a stopped state when these commands run.",
+								"default": []
----------------



================
Comment at: lldb/tools/lldb-vscode/package.json:247
+								"type": "array",
+								"description": "Commands executed as soon as the program is correctly attached to. The program is in a stopped state when these commands run.",
+								"default": []
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100340/new/

https://reviews.llvm.org/D100340



More information about the lldb-commits mailing list