[Lldb-commits] [lldb] f45cf97 - [lldb] Nominate myself for FreeBSD maintainer (#180053)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 13 18:14:52 PDT 2026
Author: Minsoo Choo
Date: 2026-03-13T18:14:47-07:00
New Revision: f45cf97a1eee308e25de4cc8f893ac5be1736e1b
URL: https://github.com/llvm/llvm-project/commit/f45cf97a1eee308e25de4cc8f893ac5be1736e1b
DIFF: https://github.com/llvm/llvm-project/commit/f45cf97a1eee308e25de4cc8f893ac5be1736e1b.diff
LOG: [lldb] Nominate myself for FreeBSD maintainer (#180053)
I've been FreeBSD src contributor since 2022 and started working for the
FreeBSD Foundation starting from January. I created and have been
actively working on #180061 to achieve [LLDB improvement on
FreeBSD](https://wiki.freebsd.org/SummerOfCodeIdeas#Improve_LLDB_on_FreeBSD)
which was originally Google Summer of Code idea.
The initial LLDB support for userspace and kernel debugging on FreeBSD
was initiated by Moritz system back in 2020, but there are some missing
bits like architecture support due to lack of time. Due to this, FreeBSD
developers still depend on GDB-derived kernel debugger and it still
remains de-facto tier 1 debugger (e.g. no scripts in source tree for
lldb).
To track what/how I'm working on this task, please take a look at my
foundation [status report on LLDB
improvement](https://github.com/FreeBSDFoundation/status-updates/blob/main/Minsoo_Choo/kdb.md).
As you see, I will also improve Lua scripting on LLDB as Lua remains
most FreeBSD developer's choice for scripting language over Python.
Until school starts again in May, I will work full time in the
foundation which means I can actively create new features, fix bugs, and
review other's code changes. I will have less time to dedicate myself to
contribute to open source projects after May, but I will still commit
myself to code reviews and bug fixes that do not take too much time.
My FreeBSD contributions:
https://cgit.freebsd.org/src/log/?qt=author&q=Minsoo+Choo
My FreeBSD Phabricator profile:
https://reviews.freebsd.org/p/minsoochoo0122_proton.me/
Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
Added:
Modified:
lldb/Maintainers.md
Removed:
################################################################################
diff --git a/lldb/Maintainers.md b/lldb/Maintainers.md
index 07801f2c717b8..054adb735f190 100644
--- a/lldb/Maintainers.md
+++ b/lldb/Maintainers.md
@@ -195,6 +195,9 @@ jonas at devlieghere.com (email), [jdevlieghere](https://github.com/jdevlieghere) (
Ed Maste
emaste at freebsd.org (email), [emaste](https://github.com/emaste) (GitHub), [emaste](https://discourse.llvm.org/u/emaste) (Discourse), emaste (Discord)
+Minsoo Choo
+minsoochoo0122 at proton.me (email), mchoo7 (GitHub), mchoo (Discourse), minsoochoo (Discord)
+
#### Linux
Pavel Labath
More information about the lldb-commits
mailing list