[all-commits] [llvm/llvm-project] 5e5b79: [lldb][NativeRegisterContext] Rename to x86 for sh...

Minsoo Choo via All-commits all-commits at lists.llvm.org
Wed Feb 11 04:19:57 PST 2026


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

  Changed paths:
    M lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt
    A lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86.cpp
    A lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86.h
    R lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
    R lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.h
    M lldb/source/Plugins/Process/Linux/CMakeLists.txt
    A lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86.cpp
    A lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86.h
    R lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
    R lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
    M lldb/source/Plugins/Process/NetBSD/CMakeLists.txt
    A lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86.cpp
    A lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86.h
    R lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    R lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/elf-core/CMakeLists.txt
    A lldb/source/Plugins/Process/elf-core/RegisterContextLinuxCore_x86.cpp
    A lldb/source/Plugins/Process/elf-core/RegisterContextLinuxCore_x86.h
    R lldb/source/Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.cpp
    R lldb/source/Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.h
    A lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86.cpp
    A lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86.h
    R lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
    R lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp

  Log Message:
  -----------
  [lldb][NativeRegisterContext] Rename to x86 for shared files (#180624)



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