Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDstack.c2304 struct frame_info *thisframe; in return_command() local
2311 thisframe = get_selected_frame ("No selected frame."); in return_command()
2312 thisfun = get_frame_function (thisframe); in return_command()
2313 gdbarch = get_frame_arch (thisframe); in return_command()
2355 function = read_var_value (thisfun, thisframe); in return_command()