mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 03:26:56 +08:00
updated the javadocs for getSymbols(String name) to document that this
method does not return default local variables or parameters.
This commit is contained in:
+2
-1
@@ -259,7 +259,8 @@ public interface SymbolTable {
|
||||
* Returns all the symbols with the given name.
|
||||
*
|
||||
* <p>NOTE: The resulting iterator will not return default thunks (i.e.,
|
||||
* thunk function symbol with default source type).</p>
|
||||
* thunk function symbol with default source type). It will also not work for default
|
||||
* local variables and parameters.</p>
|
||||
*
|
||||
* @param name the name of symbols to search for.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user