https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/7] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/7] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 edited
https://github.com/llvm/llvm-project/pull/155023
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/6] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/4] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/2] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/2] [lldb] Add count for errors of DWO files in statistics
---
lldb
@@ -496,6 +496,10 @@ class SymbolFile : public PluginInterface {
/// symbol file doesn't support DWO files, both counts will be 0.
virtual std::pair GetDwoFileCounts() { return {0, 0}; }
+ /// Calculates the count of dwo load error, return the number of dwo file
with
https://github.com/zw3917 edited
https://github.com/llvm/llvm-project/pull/155023
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/zw3917 edited
https://github.com/llvm/llvm-project/pull/155023
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH 1/2] [lldb] Add count for errors of DWO files in statistics
---
lldb
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH] [lldb] Add count for errors of DWO files in statistics
---
lldb/inc
zw3917 wrote:
cc @zhyty @jeffreytan81 @clayborg
https://github.com/llvm/llvm-project/pull/155023
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH] [lldb] Add count for errors of DWO files in statistics
---
lldb/inc
https://github.com/zw3917 created
https://github.com/llvm/llvm-project/pull/155023
## Summary
A new `totalDwoLoadErrorCount` counter to available statisctics when calling
`statistics dump`.
1. A new function, `CountDwoLoadErrors` is created, and returns the number of
DWO file loading errors.
https://github.com/zw3917 updated
https://github.com/llvm/llvm-project/pull/155023
>From d978cb5b17b7a8450226825a8fd85f2054166059 Mon Sep 17 00:00:00 2001
From: Ziyi Wang
Date: Fri, 22 Aug 2025 09:17:25 -0700
Subject: [PATCH] [lldb] Add count for errors of DWO files in statistics
---
lldb/inc
16 matches
Mail list logo