[binutils-gdb] sim: profile: disconnect from watchpoint core
sergiodj+buildbot@redhat.com
sergiodj+buildbot@redhat.com
Tue Mar 24 10:24:00 GMT 2015
*** TEST RESULTS FOR COMMIT 596f88276cffbca82e3858da40db7e7cc7aa476e ***
Author: Mike Frysinger <vapier@gentoo.org>
Branch: master
Commit: 596f88276cffbca82e3858da40db7e7cc7aa476e
sim: profile: disconnect from watchpoint core
The profile code was using STATE_WATCHPOINTS to get access to the PC, but
we already have a standard method for getting the pc, so switch to that.
This assumes that sizeof_pc is the same size as sim_cia, but we already
assume this in places by way of sim_pc_{get,set}, and this is how it's
documented in the sim-base.h API.
More information about the Gdb-testers
mailing list