summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-08-21 18:13:29 +0000
committerGreg Clayton <gclayton@apple.com>2013-08-21 18:13:29 +0000
commit07457be6495279ff6696a6c8cfe0762a0deaeeee (patch)
tree23e3edab8fd67814eb4ee365516a56c5e8c0d4c3
parent546bcd2f5085603b74586cd0168067916f38ae70 (diff)
downloadbcm5719-llvm-07457be6495279ff6696a6c8cfe0762a0deaeeee.tar.gz
bcm5719-llvm-07457be6495279ff6696a6c8cfe0762a0deaeeee.zip
Clean up some documentation.
llvm-svn: 188912
-rwxr-xr-xlldb/www/troubleshooting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/www/troubleshooting.html b/lldb/www/troubleshooting.html
index 052771fa690..9db56e3d1d5 100755
--- a/lldb/www/troubleshooting.html
+++ b/lldb/www/troubleshooting.html
@@ -39,10 +39,10 @@
</p>
<code><pre><tt>% <b>echo "settings set target.inline-breakpoint-strategy always" >> ~/.lldbinit</b></tt></pre></code>
<p> This tells LLDB to always look in all compile units and search for breakpoint
- locations by file and line even if the implementation file doesn't match. Settings breakpoints
+ locations by file and line even if the implementation file doesn't match. Setting breakpoints
in header files always searches all compile units because inline functions are commonly defined
in header files and often cause multiple breakpoints to have source line information that matches
- the header files paths.
+ many header file paths.
</p>
<p> If you set a file and line breakpoint using a full path to the source file, like Xcode does when setting a
breakpoint in its GUI on Mac OS X when you click in the gutter of the source view, this path must match
OpenPOWER on IntegriCloud