Home | History | Annotate | Download | only in info

Lines Matching full:chain

1271    If the function already has the old cleanup chain set (for other
3433 through the chain of functions that have been called.
3469 the main program has called `fact (3)'. The chain of function calls
3532 this case) is numbered #1 and so on back through the chain of calls.
3774 When a program stops, GDB needs to construct the chain of struct
5500 Declare a variable which will hold a cleanup chain handle.
5510 Do all cleanups added to the chain since the corresponding
5515 the chain and does not call the specified functions.
5517 Cleanups are implemented as a chain. The handle returned by
5519 cleanups appended to the chain (but not yet discarded or performed).
5531 calls `a()' will remain in the cleanup chain, and will be done later
5540 calls `do_cleanups' with the old cleanup chain and thus ensures that
5553 calls `discard_cleanups' with the old cleanup chain and thus ensures
5567 interruption must be on the cleanup chain before you call these