[all-commits] [llvm/llvm-project] 3d2512: [lldb][Process/FreeBSDKernel] Add arm support (#18...

Minsoo Choo via All-commits all-commits at lists.llvm.org
Wed Feb 25 07:49:07 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d251288df0642762d1bd86efa05e190005c2539
      https://github.com/llvm/llvm-project/commit/3d251288df0642762d1bd86efa05e190005c2539
  Author: Minsoo Choo <minsoochoo0122 at proton.me>
  Date:   2026-02-25 (Wed, 25 Feb 2026)

  Changed paths:
    M lldb/docs/index.rst
    M lldb/source/Plugins/Process/FreeBSD-Kernel-Core/CMakeLists.txt
    A lldb/source/Plugins/Process/FreeBSD-Kernel-Core/RegisterContextFreeBSDKernelCore_arm.cpp
    A lldb/source/Plugins/Process/FreeBSD-Kernel-Core/RegisterContextFreeBSDKernelCore_arm.h
    M lldb/source/Plugins/Process/FreeBSD-Kernel-Core/ThreadFreeBSDKernelCore.cpp
    M llvm/docs/ReleaseNotes.md

  Log Message:
  -----------
  [lldb][Process/FreeBSDKernel] Add arm support (#180674)

This is LLDB version of
https://cgit.freebsd.org/ports/tree/devel/gdb/files/kgdb/arm-fbsd-kern.c.
This enables selecting arm and reading registers from PCB structure on
core dump and live kernel debugging while trapframe unwinding support
will be implemented in future. Test files using core dump from arm will
be implemented once other kernel debugging improvements are done.

---------

Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list