llvm-project/lldb/source/Plugins/Process/Linux
Fangrui Song 2f677ab07b Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
While here, update some ppc64le specific check to isPPC64(), if it
applies to big-endian as well, in the hope that it will ease the support
of big-endian if people are interested in this area. The big-endian
variant is used by at least FreeBSD, Gentoo Linux, Adélie Linux, and
Void Linux.

llvm-svn: 360868
2019-05-16 09:07:33 +00:00
..
CMakeLists.txt Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
NativeProcessLinux.cpp Simplify Triple::ppc64{,le} checks with Triple::isPPC64() 2019-05-16 09:07:33 +00:00
NativeProcessLinux.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_arm.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_arm.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_arm64.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_arm64.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_mips64.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_mips64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_ppc64le.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_ppc64le.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_s390x.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
NativeRegisterContextLinux_s390x.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeRegisterContextLinux_x86_64.cpp [lldb] Use local definition of get_cpuid_count 2019-04-24 18:00:12 +00:00
NativeRegisterContextLinux_x86_64.h [Linux/x86] Fix writing of non-gpr registers on newer processors 2019-04-01 08:11:46 +00:00
NativeThreadLinux.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NativeThreadLinux.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ProcessorTrace.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessorTrace.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Procfs.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SingleStepCheck.cpp [Process] Fix linux arm64 single step compilation failure 2019-04-16 21:21:28 +00:00
SingleStepCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00