https://github.com/weliveindetail created 
https://github.com/llvm/llvm-project/pull/115318

This test checks the thread backtrace for entries of intermediate frames that 
aren't aligned to 16 bytes. In order to do that, it sets a single breakpoint 
and makes sure we stop there. It seems sufficient, however, to check that we 
hit the breakpoint itself and not which particular site.

From 9a7b266b9ca22584abc4614637128189b3ce8f4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= <stefan.graen...@gmail.com>
Date: Thu, 7 Nov 2024 14:26:44 +0100
Subject: [PATCH] [lldb] Relax check for breakpoint site in
 Unwind/windows-unaligned-x86_64.test

---
 lldb/test/Shell/Unwind/windows-unaligned-x86_64.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test 
b/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
index 94f1c011ebd2a6..0356960424328b 100644
--- a/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
+++ b/lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
@@ -17,7 +17,7 @@ breakpoint set -n func
 # CHECK: Breakpoint 1: where = {{.*}}`{{(::)?}}func
 
 process launch
-# CHECK: stop reason = breakpoint 1.1
+# CHECK: stop reason = breakpoint 1
 
 thread backtrace
 # CHECK: frame #0: {{.*}}`{{(::)?}}func

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to