Remove a spurious reference to ProcessElfCore
authorPavel Labath <labath@google.com>
Wed, 30 Nov 2016 10:25:02 +0000 (10:25 +0000)
committerPavel Labath <labath@google.com>
Wed, 30 Nov 2016 10:25:02 +0000 (10:25 +0000)
commit6d2497d48f332888a0d6d0d3e4766396822acb0e
tree26f92d8a70bfbf3380e9c6e2cb419bf992d40f60
parent27469faaa7115d98519c5313097a43b99edefd5a
Remove a spurious reference to ProcessElfCore

We were referencing a the process class from a register context, which seems
intuitively wrong. Also, the comment above that code is now definitely incorrect,
as ProcessElfCore now does support floating point registers. Also, the code
wasn't really doing anything, as it was just skipping a zero-initialization of a
field that was most likely zero-initialized anyway. Linux elf core FPR test still
passes after this.

llvm-svn: 288237
lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
lldb/tools/lldb-server/CMakeLists.txt