Harden against the process pointer being null - this seems like it shouldn't happen...
authorEnrico Granata <egranata@apple.com>
Wed, 28 Jan 2015 19:23:51 +0000 (19:23 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 28 Jan 2015 19:23:51 +0000 (19:23 +0000)
commit2265acf39e120290f11c73bf7e3fb4a0cf5419bc
tree6bd36151e4718a3900dc3e0ce8aac3ea9e86f02b
parenta3dcc93812163c6c4a3cfe6274cc9a3692a2e5e0
Harden against the process pointer being null - this seems like it shouldn't happen, except it did - by a user stopping the debugger while the variables view was refreshing

Fixes rdar://19599357

llvm-svn: 227350
lldb/source/DataFormatters/FormatManager.cpp