[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 9 14:25:14 PDT 2023
================
@@ -0,0 +1,8 @@
+# RUN: %clang_host -g %S/Inputs/main.c -o %t
+# RUN: %lldb %t -s %s -o exit | FileCheck %s
+
+process launch -m
+# CHECK-LABEL: process launch -m
+# CHECK: Process {{.*}} stopped
+# CHECK: stop reason = one-shot breakpoint 1
+# CHECK: frame #0: {{.*}}`main at main.c
----------------
JDevlieghere wrote:
No newline at the end of this file?
https://github.com/llvm/llvm-project/pull/67019
More information about the lldb-commits
mailing list