summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBreakpointLocation.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-08-03 19:38:38 +0000
committerJim Ingham <jingham@apple.com>2017-08-03 19:38:38 +0000
commit1c7dc829bc5e1d3a733071a228fec909f5d8ad71 (patch)
treeb9bdfab66dd842f4b59226a99a84e33e923bbb05 /lldb/source/API/SBBreakpointLocation.cpp
parentc7baf8073fa94fad09e7a2b9e682821343987880 (diff)
downloadbcm5719-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.cpp2
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(
OpenPOWER on IntegriCloud