On 17/08/2024 01:13, Mark Wielaard wrote:
Hi Steve,
Hey Mark,
On Fri, Jun 14, 2024 at 03:47:19PM +0100, Steve Capper wrote:
We need to read the PAC mask from a core file when debugging offline
as the information is still needed to demangle return addresses.
This commit pulls out the NT_
Hi Steve,
On Fri, Jun 14, 2024 at 03:47:19PM +0100, Steve Capper wrote:
> We need to read the PAC mask from a core file when debugging offline
> as the information is still needed to demangle return addresses.
>
> This commit pulls out the NT_ARM_PAC_MASK info from the core and feeds
> it through
We need to read the PAC mask from a core file when debugging offline
as the information is still needed to demangle return addresses.
This commit pulls out the NT_ARM_PAC_MASK info from the core and feeds
it through to dwfl_thread_state_aarch64_pauth for each thread.
Signed-off-by: Steve Capper