[Lldb-commits] [lldb] r186457 - Fix typeos.

Jason Molenda jmolenda at apple.com
Tue Jul 16 14:11:29 PDT 2013


Author: jmolenda
Date: Tue Jul 16 16:11:29 2013
New Revision: 186457

URL: http://llvm.org/viewvc/llvm-project?rev=186457&view=rev
Log:
Fix typeos.

Modified:
    lldb/trunk/www/troubleshooting.html

Modified: lldb/trunk/www/troubleshooting.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/troubleshooting.html?rev=186457&r1=186456&r2=186457&view=diff
==============================================================================
--- lldb/trunk/www/troubleshooting.html (original)
+++ lldb/trunk/www/troubleshooting.html Tue Jul 16 16:11:29 2013
@@ -45,11 +45,11 @@
                             the header files 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 MacOSX when you click in the gutter of the source view, this path must match 
+                            breakpoint in its GUI on Mac OS X when you click in the gutter of the source view, this path must match 
                             the full paths in the debug information. If the paths mismatch, possibly due to 
                             passing in a resolved source file path that doesn't match an unresolved path in the debug 
                             information, this can cause breakpoints to not be resolved. Try setting breakpoints using the file
-                            basaname only.
+                            basename only.
                         <p> If you are using an IDE and you move your project in your file system and build again, sometimes doing a 
                             clean then build will solve the issue.This will fix the issue if some .o files didn't get rebuilt 
                             after the move as the .o files in the build folder might still contain stale debug information with 
@@ -86,4 +86,4 @@
     </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>





More information about the lldb-commits mailing list