mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Variable length types
This commit is contained in:
parent
02e6c66f11
commit
97b04cac7e
7 changed files with 29 additions and 23 deletions
|
@ -38,7 +38,7 @@ ScopeGhidra::~ScopeGhidra(void)
|
|||
}
|
||||
|
||||
/// The Ghidra client reports a \e namespace id associated with
|
||||
/// Symbol. Determine if a matching \e namespac Scope already exists in the cache and build
|
||||
/// Symbol. Determine if a matching \e namespace Scope already exists in the cache and build
|
||||
/// it if it isn't. This may mean creating a new \e namespace Scope.
|
||||
/// \param id is the ID associated with the Ghidra namespace
|
||||
/// \return the Scope matching the id.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue