llvm-project/lldb/tools
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
..
darwin-debug Added the ability to get a 32 or 64 bit simple return value from the 2011-05-15 22:49:24 +00:00
darwin-threads Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc for 2011-07-08 05:04:01 +00:00
debugserver Added support for dynamic detection of AVX, and 2011-07-16 00:49:19 +00:00
driver Added "command history" command to dump the command history. 2011-07-12 03:12:18 +00:00
lldb-platform Added "target variable" command that allows introspection of global 2011-07-07 01:59:51 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00