Re: [PATCH 5/5] libdwfl, aarch64: Read PAC mask from core

2024-08-19 Thread Steve Capper
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_

Re: [PATCH 5/5] libdwfl, aarch64: Read PAC mask from core

2024-08-16 Thread Mark Wielaard
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

[PATCH 5/5] libdwfl, aarch64: Read PAC mask from core

2024-06-14 Thread Steve Capper
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