[Lldb-commits] [lldb] [lldb] [Process/Utility] Update code url for FreeBSD in comments (PR #178556)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 5 06:21:52 PST 2026
================
@@ -12,7 +12,7 @@
using namespace lldb_private;
using namespace lldb;
-// http://svnweb.freebsd.org/base/head/sys/x86/include/reg.h
+// https://cgit.freebsd.org/src/tree/sys/x86/include/reg.h?h=stable/14
----------------
mchoo7 wrote:
stable/14 is the last version supporting i386
https://github.com/llvm/llvm-project/pull/178556
More information about the lldb-commits
mailing list