llvm-project/lldb/source/Plugins/Process/Linux
Sagar Thakur b8862c0107 [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target
GP registers for o32 applications were always giving zero value because SetType() on the RegisterValue was causing the accessor functions to pickup the value from m_scalar of RegisterValue which is zero.
In this patch byte size and byte order of register value is set at the time of setting the value of the register.

llvm-svn: 249020
2015-10-01 15:05:31 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
NativeProcessLinux.cpp [NativeProcessLinux] Fix detach of multithreaded inferiors 2015-09-01 15:00:51 +00:00
NativeProcessLinux.h [NativeProcessLinux] Pass around threads by reference 2015-08-24 09:22:04 +00:00
NativeRegisterContextLinux.cpp [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support 2015-08-17 13:40:17 +00:00
NativeRegisterContextLinux.h Fix warnings found by -Wextra-semi 2015-07-22 08:12:01 +00:00
NativeRegisterContextLinux_arm.cpp Fix the handling of FPR offsets in Linux arm/aarch64 register contexts 2015-09-07 10:11:23 +00:00
NativeRegisterContextLinux_arm.h Fix the handling of FPR offsets in Linux arm/aarch64 register contexts 2015-09-07 10:11:23 +00:00
NativeRegisterContextLinux_arm64.cpp Fix the handling of FPR offsets in Linux arm/aarch64 register contexts 2015-09-07 10:11:23 +00:00
NativeRegisterContextLinux_arm64.h Fix the handling of FPR offsets in Linux arm/aarch64 register contexts 2015-09-07 10:11:23 +00:00
NativeRegisterContextLinux_mips64.cpp [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target 2015-10-01 15:05:31 +00:00
NativeRegisterContextLinux_mips64.h [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support 2015-08-17 13:40:17 +00:00
NativeRegisterContextLinux_x86_64.cpp Bug 24457 - X87 FPU Special Purpose Registers 2015-09-07 07:40:16 +00:00
NativeRegisterContextLinux_x86_64.h Bug 24457 - X87 FPU Special Purpose Registers 2015-09-07 07:40:16 +00:00
NativeThreadLinux.cpp Simplify NativeThreadLinux includes 2015-08-24 13:25:54 +00:00
NativeThreadLinux.h [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation 2015-08-20 09:06:12 +00:00
ProcFileReader.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ProcFileReader.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Procfs.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00