You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gdb client is broken and quits with the following message:
/opt/TeamCity/work/427a5678720f95ad/propeller-gcc/binutils/gdb/gdbarch.c:715: internal-error: verify_gdbarch: the following are invalid ...
breakpoint_kind_from_pc
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) Violación de segmento
I traced that message to this line of the verify_gdbarch function.
Looks like there was some change in the API and requires to populate thebreakpoint_kind_from_pc function pointer. Nonetheless, as there is no propeller_breakpoint_kind_from_pcfunction then it decides to quit with that error.
The text was updated successfully, but these errors were encountered:
The gdb client is broken and quits with the following message:
I traced that message to this line of the
verify_gdbarch
function.Looks like there was some change in the API and requires to populate the
breakpoint_kind_from_pc
function pointer. Nonetheless, as there is nopropeller_breakpoint_kind_from_pc
function then it decides to quit with that error.The text was updated successfully, but these errors were encountered: