When printing warnings, the repeat_key should be
authorSean Callanan <scallanan@apple.com>
Wed, 9 Dec 2015 01:25:01 +0000 (01:25 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 9 Dec 2015 01:25:01 +0000 (01:25 +0000)
commit77decf5f205be7718282e1dd9f451012873dd4fa
treea9844bee677c9152c6abf28f5232f2e47aabf2a6
parent97564c3a1b015a5212cab9dfe048425fcb00ff97
When printing warnings, the repeat_key should be
const void * because the data is never accessed,
the pointer is the only useful piece of data.

llvm-svn: 255090
lldb/include/lldb/Target/Process.h
lldb/source/Target/Process.cpp