[Lldb-commits] [lldb] r181720 - Removed a duplicate entry from the GDB to

Sean Callanan scallanan at apple.com
Mon May 13 11:30:58 PDT 2013


Author: spyffe
Date: Mon May 13 13:30:58 2013
New Revision: 181720

URL: http://llvm.org/viewvc/llvm-project?rev=181720&view=rev
Log:
Removed a duplicate entry from the GDB to
LLDB transition page.  Also fixed a <b>...</b>
tag.

<rdar://problem/13871874>

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=181720&r1=181719&r2=181720&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Mon May 13 13:30:58 2013
@@ -1116,21 +1116,7 @@
                         </td>
                     </tr>
 
-                    <tr><td class="header" colspan="2">Look up functions matching a regular expression in a binary.</td></tr>
-                    <tr>
-                        <td class="content">
-                            <b>(gdb)</b> info function <FUNC_REGEX><br>
-                        </td>
-                        <td class="content">
-                            This one finds debug symbols:<br>
-                            <b>(lldb)</b> image lookup -r -n <FUNC_REGEX><br><br>
-                            This one finds non-debug symbols:<br>
-                            <b>(lldb)</b> image lookup -r -s <FUNC_REGEX><br><br>
-                            Provide a list of binaries as arguments to limit the search.
-                        </td>
-                    </tr>
-
-                    <tr><td class="header" colspan="2">Look up information for an address in <b>a.out</a> only.</td></tr>
+                    <tr><td class="header" colspan="2">Look up information for an address in <b>a.out</b> only.</td></tr>
                     <tr>
                         <td class="content">
                         </td>





More information about the lldb-commits mailing list