mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2262 Marshaling refactor - java-side
This commit is contained in:
parent
0123c85d9f
commit
ae79857b42
68 changed files with 3131 additions and 1597 deletions
|
@ -232,7 +232,7 @@ public:
|
|||
/// \brief Find the specific attribute in the current element and return it as an address space
|
||||
///
|
||||
/// Search attributes from the current element for a match to the given attribute id.
|
||||
/// Return this attribute as an address space. If there is no attribute matching the id, an exception is throw.
|
||||
/// Return this attribute as an address space. If there is no attribute matching the id, an exception is thrown.
|
||||
/// Parse via getNextAttributeId is reset.
|
||||
/// \param attribId is the specific attribute id to match
|
||||
/// \return the address space associated with the attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue