llvm-project/lldb/source/Target
Ed Maste b73f844be3 POSIX RegisterContext for mips64
Based on the POSIX x86_64 register context.  This is sufficient for opening
a mips64 (big endian) core file.  Subsequent changes will connect the
disassembler, dynamic loader support, ABI, etc.

Review: http://llvm-reviews.chandlerc.com/D1873
llvm-svn: 192335
2013-10-10 00:59:47 +00:00
..
ABI.cpp Fixed build warnings. 2012-10-30 23:56:14 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CPPLanguageRuntime.cpp <rdar://problem/11398407> 2013-05-18 00:11:21 +00:00
ExecutionContext.cpp <rdar://problem/14028923> 2013-10-08 21:49:02 +00:00
LanguageRuntime.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Memory.cpp <rdar://problem/13892516> 2013-05-21 01:00:52 +00:00
ObjCLanguageRuntime.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
OperatingSystem.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
PathMappingList.cpp <rdar://problem/12537646> 2013-03-14 22:52:17 +00:00
Platform.cpp Turns out the number of times you need to resume the process for /bin/sh depends on the 2013-09-11 18:23:22 +00:00
Process.cpp Allow Process::WaitForProcessToStop to return immediately if process is already in the stopped state 2013-10-09 16:56:28 +00:00
RegisterContext.cpp Re-enable test_convenience_registers_16bit_with_process_attach test for Linux. 2013-10-09 17:44:52 +00:00
SectionLoadList.cpp <rdar://problem/14717184> 2013-08-13 01:42:25 +00:00
StackFrame.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
StackFrameList.cpp <rdar://problem/13643315> 2013-05-24 00:58:29 +00:00
StackID.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
StopInfo.cpp Test to see if logging is enabled before printing 2013-08-06 23:08:59 +00:00
Target.cpp Target::m_suppress_synthetic_value was a hack required to disable synthetic values while passing an SBValue to a synthetic child provider, or incur an endless recursion 2013-09-24 22:58:37 +00:00
TargetList.cpp Changed the bool conversion operator on ConstString 2013-10-03 22:27:29 +00:00
Thread.cpp POSIX RegisterContext for mips64 2013-10-10 00:59:47 +00:00
ThreadList.cpp Adding support for setting thread stop state when a process stops. 2013-05-10 17:19:04 +00:00
ThreadPlan.cpp clean up about 22 warnings messages 2013-08-07 19:05:15 +00:00
ThreadPlanBase.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanCallFunction.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanCallUserExpression.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanRunToAddress.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanShouldStopHere.cpp This commit does two things. One, it converts the return value of the QueueThreadPlanXXX 2013-07-18 21:48:26 +00:00
ThreadPlanStepInRange.cpp This commit does two things. One, it converts the return value of the QueueThreadPlanXXX 2013-07-18 21:48:26 +00:00
ThreadPlanStepInstruction.cpp Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols. 2013-07-26 00:27:57 +00:00
ThreadPlanStepOut.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ThreadPlanStepOverBreakpoint.cpp If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. 2013-06-04 01:40:51 +00:00
ThreadPlanStepOverRange.cpp Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange 2013-09-17 16:35:45 +00:00
ThreadPlanStepRange.cpp DWARF says line number 0 is a valid line number - used to indicate a source line that should 2013-09-27 01:15:46 +00:00
ThreadPlanStepThrough.cpp Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached 2013-05-08 00:35:16 +00:00
ThreadPlanStepUntil.cpp Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
ThreadPlanTracer.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ThreadSpec.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
UnixSignals.cpp Fixed some issues with ARM backtraces by not processing any push/pop 2011-07-06 04:07:21 +00:00
UnwindAssembly.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00