diff options
Diffstat (limited to 'lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp')
-rw-r--r-- | lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp b/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp index 3cc0830dd3d..de4c46b32b4 100644 --- a/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp +++ b/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp @@ -154,10 +154,10 @@ Expected<RegisterInfo> RegisterInfoParser::create(StringRef Response) { LLDB_INVALID_REGNUM, // process plugin reg num LLDB_INVALID_REGNUM // native register number }, - NULL, - NULL, - NULL, // Dwarf expression opcode bytes pointer - 0 // Dwarf expression opcode bytes length + nullptr, + nullptr, + nullptr, // Dwarf expression opcode bytes pointer + 0 // Dwarf expression opcode bytes length }; Info.name = ConstString(Elements["name"]).GetCString(); if (!Info.name) |