| commit | 94355de7751579b0182bd5821a3223939054f5d7 | [log] [tgz] |
|---|---|---|
| author | Luis Machado <luis.machado@arm.com> | Mon Oct 31 13:26:20 2022 +0000 |
| committer | Luis Machado <luis.machado@arm.com> | Thu Nov 10 00:31:02 2022 +0000 |
| tree | f57cd9fd31f8562ca42a682e2790158954f76a12 | |
| parent | 8a484e98aecc25737a1391d12d5881a170f2fe6a [diff] |
[gdb/aarch64] Use safer memory read routines PR tdep/28796 As reported, we are using some memory read routines that don't handle read errors gracefully. Convert those to use the safe_* versions if available. This allows the code to handle those read errors in a more sensible way. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28796