mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Fix ProcessKDP after r343130
llvm-svn: 343141
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user