Home
last modified time | relevance | path

Searched refs:tmp_cleanup (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dstack.c723 struct cleanup *tmp_cleanup; in parse_frame_specification() local
740 tmp_cleanup = make_cleanup (xfree, addr_string); in parse_frame_specification()
752 do_cleanups (tmp_cleanup); in parse_frame_specification()