OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Fri, 26 Aug 2011 09:28:25 +0000 (09:28 +0000)
committerjkratoch <jkratoch>
Fri, 26 Aug 2011 09:28:25 +0000 (09:28 +0000)
commitaae8a0cc35d3a7c392be7f28b51e36d00ee40a6f
tree4ec854cd8bb6ad89c7bdbb26d071d897554348a7
parent5d51db9ce26d417a8792650fea725fe383c2f880
gdb/
No functionality change.
* breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
function comment a reference, new variables tp and bs, move here code
from throw_exception.
* breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
describe it in the comment.
* exceptions.c (throw_exception): Remove variable tp, move the code for
bpstat_clear_actions to bpstat_clear_actions.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/exceptions.c