Change adjust_pc_after_break's prototype
authorPedro Alves <palves@redhat.com>
Fri, 7 Aug 2015 16:23:56 +0000 (17:23 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 7 Aug 2015 16:23:56 +0000 (17:23 +0100)
commitd8dd4d5fe6d5ab971b731df5f65025a0dbbdb912
tree9916f9290b5319f40f6310fd98e5f32d639033be
parente1316e60d4d1fe406efc6e7536b2bdb43733e9d2
Change adjust_pc_after_break's prototype

Prepare to use it in contexts without an ecs handy.  Follow up patches
will make use of this.

gdb/ChangeLog:
2015-08-07  Pedro Alves  <pedro@codesourcery.com>

* infrun.c (adjust_pc_after_break): Now takes thread_info and
waitstatus pointers instead of an ecs.  Adjust.
(handle_inferior_event): Adjust caller.
gdb/ChangeLog
gdb/infrun.c