summaryrefslogtreecommitdiffstats
path: root/lldb/www
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/www')
-rwxr-xr-xlldb/www/index.html4
-rwxr-xr-xlldb/www/lldb-gdb.html2
-rwxr-xr-xlldb/www/status.html2
-rwxr-xr-xlldb/www/tutorial.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/lldb/www/index.html b/lldb/www/index.html
index 4b20c760fc5..bc8b01ae70a 100755
--- a/lldb/www/index.html
+++ b/lldb/www/index.html
@@ -52,14 +52,14 @@
<div class="postcontent">
<p>LLDB currently converts debug information into clang types so that
it can leverage the clang compiler infrastructure.
- This allows LLDB to support the latest C, C++, Objective C and Objective C++
+ This allows LLDB to support the latest C, C++, Objective-C and Objective-C++
language features and runtimes in expressions without having to reimplement <b>any</b>
of this functionality. It also leverages the compiler to take care of all ABI
details when making functions calls for expressions, when disassembling
instructions and extracting instruction details, and much more.
<p>The major benefits include:</p>
<ul>
- <li>Up to date language support for C, C++, Objective C</li>
+ <li>Up to date language support for C, C++, Objective-C</li>
<li>Multi-line expressions that can declare local variables and types</li>
<li>Utilize the JIT for expressions when supported</li>
<li>Evaluate expression Intermediate Representation (IR) when JIT can't be used</li>
diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html
index 69179bd8c07..8cd387d10d6 100755
--- a/lldb/www/lldb-gdb.html
+++ b/lldb/www/lldb-gdb.html
@@ -380,7 +380,7 @@
</td>
</tr>
- <tr><td class="header" colspan="2">Set a breakpoint at all Objective C methods whose selector is <b>count</b>.</td></tr>
+ <tr><td class="header" colspan="2">Set a breakpoint at all Objective-C methods whose selector is <b>count</b>.</td></tr>
<tr>
<td class="content">
<b>(gdb)</b> break count<br>
diff --git a/lldb/www/status.html b/lldb/www/status.html
index a14e9154a5f..09dff8cf28b 100755
--- a/lldb/www/status.html
+++ b/lldb/www/status.html
@@ -21,7 +21,7 @@
<div class="postcontent">
<p>LLDB has matured a lot in the last year and can be used for
- C, C++ and Objective C development for x86_64, i386 and ARM debugging.
+ C, C++ and Objective-C development for x86_64, i386 and ARM debugging.
The entire public API is exposed though a framework on Mac OS X which
is used by Xcode, the lldb command line tool, and can also be used by
Python. The entire public API is exposed through script bridging which
diff --git a/lldb/www/tutorial.html b/lldb/www/tutorial.html
index f3f80253cca..c351635f63f 100755
--- a/lldb/www/tutorial.html
+++ b/lldb/www/tutorial.html
@@ -109,7 +109,7 @@
<br>(lldb) breakpoint set -M foo
</code>
- <p>To set a breakpoint Objective C selectors named <code>alignLeftEdges:</code> you can enter either of:</p>
+ <p>To set a breakpoint Objective-C selectors named <code>alignLeftEdges:</code> you can enter either of:</p>
<code>
(lldb) breakpoint set --selector alignLeftEdges:
OpenPOWER on IntegriCloud