[Lldb-commits] [lldb] [lldb][docs] Add conference talks to the links page (PR #192724)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 17 13:59:28 PDT 2026
================
@@ -42,6 +42,33 @@ custom breakpoints for more powerful debugging. Get the most out of
Xcode’s view debugging tools to solve UI issues in your app more
efficiently.
+Conference Talks
+~~~~~~~~~~~~~~~~
+
+* `2025 EuroLLVM - What is LLDB-DAP? <https://www.youtube.com/watch?v=sfJkf7U2FUg>`__
+* `2025 US LLVM Developers' Meeting: LLDB MCP <https://www.youtube.com/watch?v=OJas4nknp0o>`__
+* `2025 EuroLLVM - LLDB Statusline <https://www.youtube.com/watch?v=BQFwcsN1dJU>`__
+* `2025 EuroLLVM - LLDB support for Propeller optimized code <https://www.youtube.com/watch?v=osE0UDJULoM>`__
+* `2025 AsiaLLVM - The Data Inspection Language: Fast & Simple Expression Evaluation in LLDB <https://www.youtube.com/watch?v=tgsDbrQga_w>`__
+* `2024 EuroLLVM - Simplifying, Consolidating & Documenting LLDB's Scripting Functionalities <https://www.youtube.com/watch?v=hNvFmZ1iB78>`__
+* `2024 EuroLLVM - LLDB: What's in a Register? <https://www.youtube.com/watch?v=Hb7DbdIr3Rk>`__
+* `2024 EuroLLVM - Mojo debugging: extending MLIR and LLDB <https://www.youtube.com/watch?v=9jfukpjCPIg>`__
+* `2024 EuroLLVM - Debug information for macros <https://www.youtube.com/watch?v=WOkoAHTbsbM>`__
+* `2024 LLVM Dev Mtg - MD5 Checksums in LLDB <https://www.youtube.com/watch?v=JIBhafjL_oo>`__
+* `2024 LLVM Dev Mtg - "Hey, do you want a RISC-V debugger?" - Enabling RISC-V support in LLDB <https://www.youtube.com/watch?v=YSdeFLdL5DM>`__
+* `2023 LLVM Dev Mtg - Seamless debugging of emulated applications with LLDB <https://www.youtube.com/watch?v=tW3jCrCBDRc>`__
+* `2022 LLVM Dev Mtg: Interactive Crashlogs in LLDB <https://www.youtube.com/watch?v=iM2EH5EmoSY>`__
+* `2021 LLVM Dev Mtg "lldb-eval fuzzer: Finding bugs in an LLDB-based expression evaluator" <https://www.youtube.com/watch?v=dJ9k7-pmwvM>`__
+* `2021 LLVM Dev Mtg "Building a faster expression evaluator for LLDB" <https://www.youtube.com/watch?v=9aThSRGjYdA>`__
+* `2020 LLVM Developers' Meeting: "Extending LLDB to More Scripting Languages" <https://www.youtube.com/watch?v=UgfzdAr9AFg>`__
+* `2019 LLVM Developers' Meeting: R. Isemann "Better C++ debugging using Clang Modules in LLDB" <https://www.youtube.com/watch?v=vuNZLlHhy0k>`__
----------------
JDevlieghere wrote:
I noticed that too. I'm using the title of the video as it appears on YouTube. I assume they decided to stop including the name at some point. However I don't think we should editorialize them.
https://github.com/llvm/llvm-project/pull/192724
More information about the lldb-commits
mailing list