OSDN Git Service

gdb/
authorgary <gary>
Tue, 19 Jul 2011 12:24:33 +0000 (12:24 +0000)
committergary <gary>
Tue, 19 Jul 2011 12:24:33 +0000 (12:24 +0000)
commit9c3b98fdd97abbbe1d1c6cf92dea61689ca25051
tree0bbb4e3a037e4d4bdc17928a340f9038335e3e60
parent35f55199a6b48f1c8d6c7130c4de50ded6561d6b
gdb/
* infrun.c (struct execution_control_state): New member
stop_func_filled_in.
(clear_stop_func, fill_in_stop_func): New functions.
(handle_inferior_event): Call clear_stop_func rather than
manipulating the execution control state directly.
Call fill_in_stop_func lazily as required rather than
directly calling find_pc_partial_function in all cases.
gdb/ChangeLog
gdb/infrun.c