[lldb] [llvm] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 15:36:14 PDT 2023


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 801c78d5b474c2319aa8ead44db7ba8cacac4714 6454d4fb652f61a20850c75f0e69759dffe28511 -- lldb/include/lldb/Target/Target.h lldb/source/Core/Debugger.cpp lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp lldb/source/Symbol/LocateSymbolFile.cpp lldb/source/Target/Target.cpp llvm/include/llvm/Debuginfod/Debuginfod.h llvm/lib/Debuginfod/Debuginfod.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index 1c0ead3677ea..06862ad2c2c8 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -4908,7 +4908,6 @@ void TargetProperties::DebugInfoDURLsChangedCallback() {
   llvm::setDefaultDebuginfodUrls(dbginfod_urls);
 }
 
-
 // Target::TargetEventData
 
 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp)

``````````

</details>


https://github.com/llvm/llvm-project/pull/70996


More information about the llvm-commits mailing list