forked from OSchip/llvm-project
parent
1d292e59d3
commit
02430574d5
|
@ -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 <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>
|
||||
<td class="content">
|
||||
<b>(gdb)</b> info function <FUNC_REGEX><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">
|
||||
|
|
Loading…
Reference in New Issue