Add "info func" to the list.

llvm-svn: 163669
This commit is contained in:
Jim Ingham 2012-09-12 00:38:19 +00:00
parent 1d292e59d3
commit 02430574d5
1 changed files with 14 additions and 0 deletions

View File

@ -872,6 +872,20 @@
</td>
</tr>
<tr><td class="header" colspan="2">Lookup functions matching a regular expression in a binary.</td></tr>
<tr>
<td class="content">
This one finds debug symbols:<br>
<b>(lldb)</b> image lookup -r -n &lt;FUNC_REGEX&gt;<br><br>
This one finds non-debug symbols:<br>
<b>(lldb)</b> image lookup -r -s &lt;FUNC_REGEX&gt;<br><br>
Provide a list of binaries as arguments to limit the search.
</td>
<td class="content">
<b>(gdb)</b> info function &lt;FUNC_REGEX&gt;<br>
</td>
</tr>
<tr><td class="header" colspan="2">Lookup information for an address in <b>a.out</a> only.</td></tr>
<tr>
<td class="content">