diff options
author | Lancelot Six <lancelot.six@amd.com> | 2023-08-23 14:50:42 +0000 |
---|---|---|
committer | Lancelot Six <lancelot.six@amd.com> | 2023-08-23 15:38:07 +0000 |
commit | c99853f48cd9132c5a745ad7452d1b0d856f32b8 (patch) | |
tree | 82f18adc928ac25f845efb25b1dc67c15828a75e /gdb/source-cache.c | |
parent | 2c9d78274a9a2c70b50246e29bae2acbbe239d2a (diff) | |
download | binutils-c99853f48cd9132c5a745ad7452d1b0d856f32b8.zip binutils-c99853f48cd9132c5a745ad7452d1b0d856f32b8.tar.gz binutils-c99853f48cd9132c5a745ad7452d1b0d856f32b8.tar.bz2 |
gdb: fix build failure in amd-dbgapi-target.c
Since b080fe54fb3 "gdb: add inferior-specific breakpoints", the
breakpoint class has an "inferior" member used to handle
inferior-specific breakpoints. This creates a compilation error
in amd_dbgapi_target_breakpoint::check_status which declares a local
variable "inferior *inf".
Fix this by using "struct inferior *inf" instead.
Change-Id: Icc4dc1ba96c7d3ff9d33f9cb384ffcf64eba26fb
Approved-By: Pedro Alves <pedro@palves.net>
Diffstat (limited to 'gdb/source-cache.c')
0 files changed, 0 insertions, 0 deletions