Added option to control how codeobj is dumped from ATT
Change-Id: Ie76aeea1193c7ba8fe7f51be159516f8a9eab55f
This commit is contained in:
@@ -1185,6 +1185,10 @@ typedef struct {
|
||||
* Addr where codeobj is loaded
|
||||
*/
|
||||
uint64_t base_address;
|
||||
/**
|
||||
* Maximum offset from base address
|
||||
*/
|
||||
uint64_t mem_size;
|
||||
/**
|
||||
* If a copy of the codeobj is made, contains the data. Nullptr otherwise.
|
||||
*/
|
||||
@@ -1192,7 +1196,7 @@ typedef struct {
|
||||
/**
|
||||
* If a copy of the codeobj is made, contains the size of the data. 0 otherwise.
|
||||
*/
|
||||
uint64_t size;
|
||||
uint64_t data_size;
|
||||
/**
|
||||
* Timestamp for the time point this codeobj was loaded.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user