| Website | https://jonasdevlieghere.com |
| GitHub | https://github.com/JDevlieghere |
| Website | https://jonasdevlieghere.com |
| GitHub | https://github.com/JDevlieghere |
Super excited to see the Wasm support in LLDB mentioned today by @cfallin at the Bytecode Alliance Plumbers Summit.
My work on LLDB’s FreeBSDKernel plugin:
https://minsoo.io/future-of-the-freebsd-kernel-lldb-plugin/
The name FreeBSDKernel will be changed to FreeBSD-core, since it only provides functionalities to examine core dumps. Traditional live kernel debugging is done through gdb-remote plugin with FreeBSD’s gdb stub.

FreeBSD offers several approaches to kernel debugging: DDB, live kernel debugging, and core dump analysis. DDB is an interactive debugger built directly into the FreeBSD kernel, with syntax inspired by GDB — making it immediately familiar to most developers. Live debugging leverages FreeBSD's GDB stub (defined under sys/gdb); on the
I published a new blog post: LLDB in 2025
This post summarizes the major areas of development in LLDB in 2025. I was inspired by Nikita Popov’s “This year in LLVM” and thought it would be interesting to do something similar for LLDB. My goal was to cover the whole project, rather than focusing on my own contributions.1 As the maintainer, I try to look at every single LLDB PR, but my level of engagement varies. I expect there will be a subconscious bias towards the efforts I was involved in.
New blog post: "LLVM: The bad parts"
https://www.npopov.com/2026/01/11/LLVM-The-bad-parts.html
I had some fun writing this :)