[Lldb-commits] [PATCH] D135798: Add runToBinaryEntry option for lldb-vscode

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 12 11:15:46 PDT 2022


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Fix the comment as suggested and good to go. Also please test on both macOS and linux to ensure this works on both prior to pushing the diff, I often have issues on either side with lldb-vscode modifications.



================
Comment at: lldb/tools/lldb-vscode/lldb-vscode.cpp:1647
+    g_vsc.SendOutput(OutputType::Console,
+                     "RunToBinaryEntry failed: can't place the breakpoint");
+    return error;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135798



More information about the lldb-commits mailing list