Advertisement
Guest User

gdb error on openbsd

a guest
Feb 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. (gdb) x/i 0x7c00
  2. 0x7c00: mov $0xd88e07c0,%eax
  3. (gdb) set architecture i8086
  4. The target architecture is assumed to be i8086
  5. (gdb) x/i 0x7c00
  6. 0x7c00: mov $0x7c0,%ax
  7. (gdb)
  8. 0x7c03: mov %ax,%ds
  9. (gdb)
  10. 0x7c05: mov $0x7e0,%ax
  11. (gdb) s
  12. /usr/src/gnu/usr.bin/binutils/gdb/regcache.c:609: internal-error: void regcache_raw_read(struct regcache *, int, void *): Assertion `regcache == current_regcache' failed.
  13. A problem internal to GDB has been detected,
  14. further debugging may prove unreliable.
  15. Quit this debugging session? (y or n)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement