summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2018-09-26 20:31:39 +0000
committerTatyana Krasnukha <tatyana@synopsys.com>2018-09-26 20:31:39 +0000
commitf929e2b07382f168a3457a671fd01cf9a770635a (patch)
treecb27d5345baddd823b4f4b1e9d03d41ff0afde22
parent150afce75ae970b11a69baec3daadefe86752da5 (diff)
downloadbcm5719-llvm-f929e2b07382f168a3457a671fd01cf9a770635a.tar.gz
bcm5719-llvm-f929e2b07382f168a3457a671fd01cf9a770635a.zip
Fix ProcessKDP after r343130
llvm-svn: 343141
-rw-r--r--lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp b/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
index 8a5f998db45..f19ebc25874 100644
--- a/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
+++ b/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
@@ -56,9 +56,9 @@ using namespace lldb_private;
namespace {
static PropertyDefinition g_properties[] = {
- {"packet-timeout", OptionValue::eTypeUInt64, true, 5, NULL, NULL,
+ {"packet-timeout", OptionValue::eTypeUInt64, true, 5, NULL, {},
"Specify the default packet timeout in seconds."},
- {NULL, OptionValue::eTypeInvalid, false, 0, NULL, NULL, NULL}};
+ {NULL, OptionValue::eTypeInvalid, false, 0, NULL, {}, NULL}};
enum { ePropertyPacketTimeout };
OpenPOWER on IntegriCloud