aboutsummaryrefslogtreecommitdiff
path: root/website/content/en/status/report-2023-07-2023-09/lldb-kmod.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/en/status/report-2023-07-2023-09/lldb-kmod.adoc')
-rw-r--r--website/content/en/status/report-2023-07-2023-09/lldb-kmod.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/website/content/en/status/report-2023-07-2023-09/lldb-kmod.adoc b/website/content/en/status/report-2023-07-2023-09/lldb-kmod.adoc
new file mode 100644
index 0000000000..7c4b8a9d71
--- /dev/null
+++ b/website/content/en/status/report-2023-07-2023-09/lldb-kmod.adoc
@@ -0,0 +1,19 @@
+=== LLDB Kernel Module Improvement
+
+Links: +
+link:https://wiki.freebsd.org/SummerOfCode2023Projects/LLDBKernelModuleImprovement[GSoC Wiki Project] URL: link:https://wiki.freebsd.org/SummerOfCode2023Projects/LLDBKernelModuleImprovement[] +
+link:https://github.com/aokblast/freebsd-src/tree/lldb_dynamicloader_freebsd_kernel[Project Codebase] URL: link:https://github.com/aokblast/freebsd-src/tree/lldb_dynamicloader_freebsd_kernel[] +
+link:https://github.com/llvm/llvm-project/pull/67106[LLVM PullRequest] URL: link:https://github.com/llvm/llvm-project/pull/67106[]
+
+Contact: Sheng-Yi Hong <aokblast@FreeBSD.org>
+
+The LLDB Kernel Module Improvement Project described in the previous quarter report implements DynamicLoader Plugin for FreeBSD Kernel on LLDB.
+
+All of the work is done -- that is, this plugin can correctly load all kernel modules and their debug files extracted from kernel coredump.
+
+This plugin has been tested on both x86-64 for relocatable type kernel module and arm64(EC2) for shared library type kernel module.
+Both of these platforms show this plugin works well.
+
+Currently, this plugin prepares to be landed to LLVM codebase in https://github.com/llvm/llvm-project/pull/67106[LLVM PullRequest]
+
+Sponsor: The Google Summer of Code '23 program