[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

2024-03-06 Thread Greg Clayton via lldb-commits
https://github.com/clayborg closed https://github.com/llvm/llvm-project/pull/83935 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

2024-03-05 Thread Greg Clayton via lldb-commits
@@ -139,6 +139,20 @@ // RUN: -o "target variable a" \ // RUN: -b %t | FileCheck %s +// Now move the .debug and .dwp file into another directory so that we can use clayborg wrote: That is already covered by other split DWARF testing, so it doesn't need to

[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

2024-03-05 Thread via lldb-commits
@@ -139,6 +139,20 @@ // RUN: -o "target variable a" \ // RUN: -b %t | FileCheck %s +// Now move the .debug and .dwp file into another directory so that we can use jeffreytan81 wrote: Are we able to create a stale dwp testcase to ensure lldb won't load mis

[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

2024-03-05 Thread via lldb-commits
https://github.com/jeffreytan81 approved this pull request. https://github.com/llvm/llvm-project/pull/83935 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

2024-03-04 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Greg Clayton (clayborg) Changes DWP files don't usually have a GNU build ID built into them. When searching for a .dwp file, don't require a UUID to be in the .dwp file. The debug info search information was checking for a UUID in the .dwp

[Lldb-commits] [lldb] Don't require a UUID in a .dwp file. (PR #83935)

2024-03-04 Thread Greg Clayton via lldb-commits
https://github.com/clayborg created https://github.com/llvm/llvm-project/pull/83935 DWP files don't usually have a GNU build ID built into them. When searching for a .dwp file, don't require a UUID to be in the .dwp file. The debug info search information was checking for a UUID in the .dwp fi