[Lldb-commits] [lldb] e9e3a61 - [lldb] Fix warnings about unused variables when building without asserts. NFC.

2022-10-01 Thread Martin Storsjö via lldb-commits
Author: Martin Storsjö Date: 2022-10-01T14:27:48+03:00 New Revision: e9e3a612ecd18a42f931c09223898128da3142f6 URL: https://github.com/llvm/llvm-project/commit/e9e3a612ecd18a42f931c09223898128da3142f6 DIFF: https://github.com/llvm/llvm-project/commit/e9e3a612ecd18a42f931c09223898128da3142f6.diff

[Lldb-commits] [lldb] 72a86a9 - [lldb] Remove scoped timer from high firing and fast running SymbolFileDWARF::FindFunctions

2022-10-01 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-10-01T09:58:03-07:00 New Revision: 72a86a9dc4c53010f3b493685d0798bf02bf6ebc URL: https://github.com/llvm/llvm-project/commit/72a86a9dc4c53010f3b493685d0798bf02bf6ebc DIFF: https://github.com/llvm/llvm-project/commit/72a86a9dc4c53010f3b493685d0798bf02bf6ebc.diff LOG:

[Lldb-commits] [PATCH] D134922: [lldb] Remove scoped timer from high firing and fast running SymbolFileDWARF::FindFunctions

2022-10-01 Thread Dave Lee via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG72a86a9dc4c5: [lldb] Remove scoped timer from high firing and fast running SymbolFileDWARF… (authored by kastiglione). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.ll

[Lldb-commits] [lldb] 557a19a - [lldb] Remove scoped timer from high firing and fast running ExtractUnitDIENoDwoIfNeeded

2022-10-01 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-10-01T09:58:40-07:00 New Revision: 557a19ab0fce115b66094ce68752e524af599ed9 URL: https://github.com/llvm/llvm-project/commit/557a19ab0fce115b66094ce68752e524af599ed9 DIFF: https://github.com/llvm/llvm-project/commit/557a19ab0fce115b66094ce68752e524af599ed9.diff LOG:

[Lldb-commits] [PATCH] D134920: [lldb] Remove scoped timer from high firing and fast running ExtractUnitDIENoDwoIfNeeded

2022-10-01 Thread Dave Lee via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG557a19ab0fce: [lldb] Remove scoped timer from high firing and fast running… (authored by kastiglione). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134920/n

[Lldb-commits] [PATCH] D134133: WIP: [lldb][COFF] Enhance symtab loading of symbol and export tables

2022-10-01 Thread Alvin Wong via Phabricator via lldb-commits
alvinhochun abandoned this revision. alvinhochun added a comment. Handled in separate changes. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134133/new/ https://reviews.llvm.org/D134133 ___ lldb-commits