[Lldb-commits] [lldb] r165295 - /lldb/trunk/www/lldb-gdb.html

Jason Molenda jmolenda at apple.com
Thu Oct 4 21:28:34 PDT 2012


Author: jmolenda
Date: Thu Oct  4 23:28:33 2012
New Revision: 165295

URL: http://llvm.org/viewvc/llvm-project?rev=165295&view=rev
Log:
Update the intro paragraph of text describing the table below to
reflect that the columns were just swapped.

Modified:
    lldb/trunk/www/lldb-gdb.html

Modified: lldb/trunk/www/lldb-gdb.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/lldb-gdb.html?rev=165295&r1=165294&r2=165295&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Thu Oct  4 23:28:33 2012
@@ -20,9 +20,11 @@
                 <h1 class ="postheader">LLDB to GDB Command Map</h1>
                 <div class="post">
 
-                    <p>Below is a table of LLDB commands with the GDB counterparts.
+                    <p>Below is a table of GDB commands with the LLDB counterparts.
                         The built in GDB-compatibility aliases in LLDB are also
-                        listed.</p>
+                        listed.  The full lldb command names are often long, but any
+                        unique short form can be used.  Instead of <b>breakpoint set</b>,
+                        <b>br se</a> is also acceptable.</p>
                 </div>
                 <div class="postfooter"></div>
 





More information about the lldb-commits mailing list