summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-13 04:42:32 +0000
committerFangrui Song <maskray@google.com>2019-05-13 04:42:32 +0000
commitb0e54cbcdf6a5d965e08f50ce2b300fb1410523f (patch)
treecc4d3d6fb2d79281742d3437a2335b8ea51e9768 /lldb/include/lldb/API
parentf9180b5abe405d740428d8109f2c0c4a75ee676b (diff)
downloadbcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.tar.gz
bcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.zip
Fix file names in file headers. NFC
llvm-svn: 360554
Diffstat (limited to 'lldb/include/lldb/API')
-rw-r--r--lldb/include/lldb/API/SBExpressionOptions.h6
-rw-r--r--lldb/include/lldb/API/SBThreadPlan.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/lldb/include/lldb/API/SBExpressionOptions.h b/lldb/include/lldb/API/SBExpressionOptions.h
index 7209ec47883..04cd74f730f 100644
--- a/lldb/include/lldb/API/SBExpressionOptions.h
+++ b/lldb/include/lldb/API/SBExpressionOptions.h
@@ -1,4 +1,4 @@
-//===-- SBEvent.h -----------------------------------------------*- C++ -*-===//
+//===-- SBExpressionOptions.h -----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -89,10 +89,10 @@ public:
bool GetTopLevel();
void SetTopLevel(bool b = true);
-
+
// Gets whether we will JIT an expression if it cannot be interpreted
bool GetAllowJIT();
-
+
// Sets whether we will JIT an expression if it cannot be interpreted
void SetAllowJIT(bool allow);
diff --git a/lldb/include/lldb/API/SBThreadPlan.h b/lldb/include/lldb/API/SBThreadPlan.h
index 85fd5685ed0..007e9e2de21 100644
--- a/lldb/include/lldb/API/SBThreadPlan.h
+++ b/lldb/include/lldb/API/SBThreadPlan.h
@@ -1,4 +1,4 @@
-//===-- SBThread.h ----------------------------------------------*- C++ -*-===//
+//===-- SBThreadPlan.h ------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
OpenPOWER on IntegriCloud