| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_mips64.cpp | 31 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument 32 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD() 36 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64() argument 38 native_thread, new RegisterContextFreeBSD_mips64(target_arch)) {} in NativeRegisterContextFreeBSD_mips64()
|
| H A D | NativeRegisterContextFreeBSD_arm.cpp | 32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument 33 return new NativeRegisterContextFreeBSD_arm(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD() 37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm() argument 39 native_thread, new RegisterInfoPOSIX_arm(target_arch)) {} in NativeRegisterContextFreeBSD_arm()
|
| H A D | NativeRegisterContextFreeBSD_powerpc.cpp | 69 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument 70 return new NativeRegisterContextFreeBSD_powerpc(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD() 85 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_powerpc() argument 87 native_thread, CreateRegisterInfoInterface(target_arch)) {} in NativeRegisterContextFreeBSD_powerpc()
|
| H A D | NativeRegisterContextFreeBSD_arm64.cpp | 33 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument 34 return new NativeRegisterContextFreeBSD_arm64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD() 38 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm64() argument 40 native_thread, new RegisterInfoPOSIX_arm64(target_arch, 0)) in NativeRegisterContextFreeBSD_arm64()
|
| H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 239 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() argument 240 return new NativeRegisterContextFreeBSD_x86_64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD() 260 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_x86_64() argument 262 native_thread, CreateRegisterInfoInterface(target_arch)), in NativeRegisterContextFreeBSD_x86_64() 263 NativeRegisterContextDBReg_x86(native_thread), m_regset_offsets({0}) { in NativeRegisterContextFreeBSD_x86_64()
|
| H A D | NativeRegisterContextFreeBSD.h | 31 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_arm.h | 33 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_mips64.h | 33 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_powerpc.h | 33 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_arm64.h | 40 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_x86_64.h | 40 NativeThreadProtocol &native_thread);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD_x86_64.cpp | 246 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextNetBSD() argument 247 return new NativeRegisterContextNetBSD_x86_64(target_arch, native_thread); in CreateHostNativeRegisterContextNetBSD() 267 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextNetBSD_x86_64() argument 269 native_thread, CreateRegisterInfoInterface(target_arch)), in NativeRegisterContextNetBSD_x86_64() 270 NativeRegisterContextDBReg_x86(native_thread), m_regset_offsets({0}) { in NativeRegisterContextNetBSD_x86_64()
|
| H A D | NativeRegisterContextNetBSD.h | 31 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextNetBSD_x86_64.h | 38 NativeThreadProtocol &native_thread);
|