Add a unit test for an x86_64 assembly inspection of
authorJason Molenda <jmolenda@apple.com>
Thu, 29 Sep 2016 04:01:43 +0000 (04:01 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 29 Sep 2016 04:01:43 +0000 (04:01 +0000)
commit415f732249c324e05c797983197e43dfd7f9c4ae
treec9eddff187899253bc55bb1f4dbf2041edb3864c
parent29f52fb02cb7a07aa2ac7e4e67792a7c689d375d
Add a unit test for an x86_64 assembly inspection of
a large stack frame with lots of spilled registers.

While writing the i386 version of this test, it looks
like I found a bug in the 32-bit instruction profiler
code.  I may ned to fix the assembly inspection engine
before I can finish writing that test, so I'm only
committing the 64-bit one tonight.

<rdar://problem/28509178>

llvm-svn: 282683
lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp