diff options
| author | Jim Ingham <jingham@apple.com> | 2017-08-03 19:38:38 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2017-08-03 19:38:38 +0000 |
| commit | 1c7dc829bc5e1d3a733071a228fec909f5d8ad71 (patch) | |
| tree | b9bdfab66dd842f4b59226a99a84e33e923bbb05 /lldb/source/API/SBBreakpointLocation.cpp | |
| parent | c7baf8073fa94fad09e7a2b9e682821343987880 (diff) | |
| download | bcm5719-llvm-1c7dc829bc5e1d3a733071a228fec909f5d8ad71.tar.gz bcm5719-llvm-1c7dc829bc5e1d3a733071a228fec909f5d8ad71.zip | |
Cut and paste error from r23162.
llvm-svn: 309977
Diffstat (limited to 'lldb/source/API/SBBreakpointLocation.cpp')
| -rw-r--r-- | lldb/source/API/SBBreakpointLocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBBreakpointLocation.cpp b/lldb/source/API/SBBreakpointLocation.cpp index 2678e1ea758..99ac0277e70 100644 --- a/lldb/source/API/SBBreakpointLocation.cpp +++ b/lldb/source/API/SBBreakpointLocation.cpp @@ -165,7 +165,7 @@ bool SBBreakpointLocation::GetAutoContinue() { loc_sp->GetTarget().GetAPIMutex()); return loc_sp->IsAutoContinue(); } - return NULL; + return false; } void SBBreakpointLocation::SetScriptCallbackFunction( |

