llvm-project/lldb/source/Plugins/Process/Linux
Sagar Thakur ce815e4588 [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64
- Added support for read/write FP registers in FR1 mode.
    - Added 32 bit register context for mips32.

Reviewers: clayborg, tberghammer, jaydeep
Subscribers: emaste, nitesh.jain, bhushan, mohit.bhakkad, lldb-commits
Differential Revision: http://reviews.llvm.org/D10029

llvm-svn: 238914
2015-06-03 10:14:24 +00:00
..
CMakeLists.txt Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
LinuxThread.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
LinuxThread.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
NativeProcessLinux.cpp [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 2015-06-03 10:14:24 +00:00
NativeProcessLinux.h Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
NativeRegisterContextLinux.cpp Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux_arm.cpp Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux_arm.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux_arm64.cpp Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux_arm64.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux_mips64.cpp [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 2015-06-03 10:14:24 +00:00
NativeRegisterContextLinux_mips64.h [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 2015-06-03 10:14:24 +00:00
NativeRegisterContextLinux_x86_64.cpp Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeRegisterContextLinux_x86_64.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00
NativeThreadLinux.cpp Report inferior SIGSEGV as a signal instead of an exception on linux 2015-05-29 10:13:03 +00:00
NativeThreadLinux.h Report inferior SIGSEGV as a signal instead of an exception on linux 2015-05-29 10:13:03 +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
ProcessLinux.cpp Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
ProcessLinux.h Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
ProcessMonitor.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
ProcessMonitor.h Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
Procfs.h Move register reading form NativeProcessLinux to NativeRegisterContextLinux* 2015-05-26 11:58:52 +00:00