diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-02-09 01:44:09 +0000 | 
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-02-09 01:44:09 +0000 | 
| commit | 12bd4897ff0678fa663e09d78ebc22dd255ceb86 (patch) | |
| tree | a8f4b3abea3e6937e60728991c736e6e3d322fc1 /source/DataFormatters/FormatManager.cpp | |
| parent | 205afe679855a4ce8149cdaa94d3f0868ce796dc (diff) | |
Notes
Diffstat (limited to 'source/DataFormatters/FormatManager.cpp')
| -rw-r--r-- | source/DataFormatters/FormatManager.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/source/DataFormatters/FormatManager.cpp b/source/DataFormatters/FormatManager.cpp index 01799cef5e4e..ae52b3309ed8 100644 --- a/source/DataFormatters/FormatManager.cpp +++ b/source/DataFormatters/FormatManager.cpp @@ -251,6 +251,8 @@ FormatManager::GetPossibleMatches (ValueObject& valobj,              do              {                  lldb::ProcessSP process_sp = valobj.GetProcessSP(); +                if (!process_sp) +                    break;                  ObjCLanguageRuntime* runtime = process_sp->GetObjCLanguageRuntime();                  if (runtime == nullptr)                      break; | 
