Searched refs:thisframe (Results 1 – 1 of 1) sorted by relevance
2304 struct frame_info *thisframe; in return_command() local2311 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()