Attempt to fix freebsd build after r287864
authorPavel Labath <labath@google.com>
Thu, 24 Nov 2016 11:22:43 +0000 (11:22 +0000)
committerPavel Labath <labath@google.com>
Thu, 24 Nov 2016 11:22:43 +0000 (11:22 +0000)
commit11b63cd309630808d92c84dd93d14aeaec7fc2fe
treef93b1df86014e1be22a67d92d59ed91614004eda
parent929282836ae3b3412e5435a641dd2514a6019d9c
Attempt to fix freebsd build after r287864

the chrono library there uses long long as the underlying chrono type, but
defines int64_t as long (or the other way around, I am not sure). In any case,
this caused the implicit conversion to not trigger. This should address that.

Also fix up the relevant unit test.

llvm-svn: 287867
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h