Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB is broken #3

Open
msquirogac opened this issue Jun 2, 2020 · 0 comments
Open

GDB is broken #3

msquirogac opened this issue Jun 2, 2020 · 0 comments

Comments

@msquirogac
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant