[all-commits] [llvm/llvm-project] 62d060: [lldb][Process/FreeBSDKernelCore] Set kernel displ...

Minsoo Choo via All-commits all-commits at lists.llvm.org
Fri Mar 13 11:46:22 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62d06083ef186abe610de4742c62c84c2f97fcd0
      https://github.com/llvm/llvm-project/commit/62d06083ef186abe610de4742c62c84c2f97fcd0
  Author: Minsoo Choo <minsoochoo0122 at proton.me>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M lldb/source/Plugins/Process/FreeBSD-Kernel-Core/ProcessFreeBSDKernelCore.cpp
    M lldb/source/Plugins/Process/FreeBSD-Kernel-Core/ProcessFreeBSDKernelCore.h

  Log Message:
  -----------
  [lldb][Process/FreeBSDKernelCore] Set kernel displacement (#183975)

Use `kvm_kerndisp()` on core load to retrieve the kernel displacement,
that is the difference between the kernel's
base virtual address at run time and the kernel base virtual address
specified in the kernel image file. Currently PowerPC is the only
architecture supporting kernel displacement.

---------

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