Fix lldb build on Mac.
authorPavel Labath <labath@google.com>
Wed, 31 Aug 2016 07:42:38 +0000 (07:42 +0000)
committerPavel Labath <labath@google.com>
Wed, 31 Aug 2016 07:42:38 +0000 (07:42 +0000)
commit30ff4b485147635f5593d4aae87dbca1042d2a4f
treeb6181189a4ffdc4c109eeacba5f50e2361cee011
parentb16672d91d47737e813b073b544c4139fda3fe72
Fix lldb build on Mac.

Summary:
https://github.com/llvm-mirror/lldb/commit/e80f43fd78fa0fbc04d2d59b5713acb5d06c8308
greatly improved an API, but missed one more occurence of legacy usage.

This leads to:
  if (extractor.GetHexBytes(&payload_bytes[0], payload_bytes.size(), '\xdd') != payload_bytes.size())
                                ~~~~~~~~~~~~~~~~~~~~~                                          ^~~~~~
  /lldb/include/lldb/Utility/StringExtractor.h:151:5: note: 'GetHexBytes' declared here

Reviewers: zturner

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D24064
Author: Taras Tsugrii <ttsugrii@fb.com>

llvm-svn: 280202
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp