llvm-project/lldb/tools/debugserver/source/MacOSX
Sean Callanan c4ffe37cf1 Added support for dynamic detection of AVX, and
fixed a few bugs that revealed.  Now the "register
read" command should show AVX registers
(ymm0-ymm15) on Mac OS X platforms that support
them.

When testing this on Mac OS X, run debugserver
manually, like this:

debugserver --native-regs localhost:1111 /path/to/executable

Then

lldb /path/to/executable
...
(lldb) process connect connect://localhost:1111

llvm-svn: 135331
2011-07-16 00:49:19 +00:00
..
arm Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to 2011-05-23 18:04:09 +00:00
i386 Added support for dynamic detection of AVX, and 2011-07-16 00:49:19 +00:00
ppc Fixed Process::Halt() as it was broken for "process halt" after recent changes 2010-11-18 05:57:03 +00:00
x86_64 Added support for dynamic detection of AVX, and 2011-07-16 00:49:19 +00:00
CFBundle.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFBundle.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFData.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFData.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFString.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFString.h Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
CFUtils.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
HasAVX.h Added support for dynamic detection of AVX, and 2011-07-16 00:49:19 +00:00
HasAVX.s Added support for dynamic detection of AVX, and 2011-07-16 00:49:19 +00:00
MachDYLD.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachDYLD.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachException.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachException.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachProcess.cpp Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
MachProcess.h Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
MachTask.cpp Add a (currently disabled) bear trap where instead of deallocating pages, we remove all permissions. 2011-01-22 01:22:51 +00:00
MachTask.h Retry task_for_pid a few times to avoid some cases where task_for_pid fails. 2010-09-30 18:10:44 +00:00
MachThread.cpp Added new lldb_private::Process memory read/write functions to stop a bunch 2011-05-22 22:46:53 +00:00
MachThread.h Reverting recent thread resume changes as it was causing testing issues. 2011-01-25 06:55:13 +00:00
MachThreadList.cpp Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. 2011-02-08 05:20:59 +00:00
MachThreadList.h Added logging for threads that are spawned while we stop. We log their 2011-01-24 06:11:50 +00:00
MachVMMemory.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachVMMemory.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachVMRegion.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachVMRegion.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
dbgnub-mig.defs Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00