diff options
Diffstat (limited to 'lldb/tools/debugserver/source/DNB.cpp')
-rw-r--r-- | lldb/tools/debugserver/source/DNB.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/DNB.cpp b/lldb/tools/debugserver/source/DNB.cpp index 635442754c6..5ddf6ef0bbf 100644 --- a/lldb/tools/debugserver/source/DNB.cpp +++ b/lldb/tools/debugserver/source/DNB.cpp @@ -705,6 +705,7 @@ DNBStateAsString(nub_state_t state) { switch (state) { + case eStateInvalid: return "Invalid"; case eStateUnloaded: return "Unloaded"; case eStateAttaching: return "Attaching"; case eStateLaunching: return "Launching"; |