[lldb] Fix -Wmissing-field-initializers in StackFrameList
authorPavel Labath <pavel@labath.sk>
Tue, 9 Jun 2020 09:53:59 +0000 (11:53 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 9 Jun 2020 09:58:08 +0000 (11:58 +0200)
commit17798c60bcc284e45529d6afde11bf59ffc549c8
tree7c33fcab273368b23c57732eb0f498d615f59054
parent29353e69d25c0f13cd2704ce2269af464d0751a8
[lldb] Fix -Wmissing-field-initializers in StackFrameList

The code is correct without these default values, but it is freaking the
compiler out.
lldb/source/Target/StackFrameList.cpp