[Lldb-commits] [PATCH] D155256: Add fs_base/gs_base support for Linux
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 13 23:00:18 PDT 2023
yinghuitan updated this revision to Diff 540280.
yinghuitan added a comment.
Add fs_base test to compare with pthread_self()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155256/new/
https://reviews.llvm.org/D155256
Files:
lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
lldb/source/Plugins/Process/Utility/CMakeLists.txt
lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp
lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.h
lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64_with_base.h
lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.cpp
lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64_with_base_shared.h
lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
lldb/source/Plugins/Process/elf-core/CMakeLists.txt
lldb/source/Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextLinuxCore_x86_64.h
lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
lldb/test/API/commands/register/register/register_command/TestRegisters.py
lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
lldb/unittests/Process/Utility/RegisterContextFreeBSDTest.cpp
lldb/unittests/Process/Utility/RegisterContextNetBSDTest_x86_64.cpp
lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155256.540280.patch
Type: text/x-patch
Size: 229203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230714/e1ba1c3b/attachment-0001.bin>
More information about the lldb-commits
mailing list