[Lldb-commits] [lldb] Fix a thinko in the CallSite handling code: (PR #114896)

2024-11-06 Thread via lldb-commits
jimingham wrote: Thanks for figuring that out! https://github.com/llvm/llvm-project/pull/114896 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Fix a thinko in the CallSite handling code: (PR #114896)

2024-11-05 Thread via lldb-commits
jimingham wrote: This patch seems to fail on x86_64 Linux, but I don't understand how this patch could cause the reported failure. The failure is in a lldb-dap test, here: File "/var/lib/buildkite-agent/builds/linux-56-59b8f5d88-9dkps-1/llvm-project/github-pull-requests/lldb/test/API/tools/ll

[Lldb-commits] [lldb] Fix a thinko in the CallSite handling code: (PR #114896)

2024-11-05 Thread via lldb-commits
https://github.com/jimingham closed https://github.com/llvm/llvm-project/pull/114896 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Fix a thinko in the CallSite handling code: (PR #114896)

2024-11-05 Thread Pavel Labath via lldb-commits
https://github.com/labath approved this pull request. https://github.com/llvm/llvm-project/pull/114896 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Fix a thinko in the CallSite handling code: (PR #114896)

2024-11-04 Thread via lldb-commits
https://github.com/jimingham updated https://github.com/llvm/llvm-project/pull/114896 >From 38c7625fc7899f91190711818c144f27a39423c0 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Mon, 4 Nov 2024 15:56:26 -0800 Subject: [PATCH 1/2] Fix a thinko in the CallSite handling code: I have to check f