1.3.138 set elf load-segments-at-p_paddr

Enables loading to the specified load offset + p_paddr when loading segments of ELF images to the target.

When loading segments of ELF images to the target, by default, the debugger loads to the specified load offset + p_vaddr. If you want the debugger to load to the specified load offset + p_paddr then enable elf load-segments-at-p_addr. (as specified in the ELF Program Header for that segment).

Note

The ELF Program Header for the corresponding segment specifies the p_vaddr.

Syntax

set elf load-segments-at-p_paddr {off|on}
Where:
off
Loads to the specified load offset + p_vaddr. This is the default.
on
Loads to the specified load offset + p_paddr.

Example 1-141 Examples

set elf load-segments-at-p_paddr on      # Loads to the specified load offset + p_paddr
Related reference
1.2.17 Set
Non-ConfidentialPDF file icon PDF versionARM DUI0452Y
Copyright © 2010-2016 ARM. All rights reserved.