HomeSort by: relevance | last modified time | path
    Searched defs:thisframe (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 2690 frame_info_ptr thisframe;
2697 thisframe = get_selected_frame ("No selected frame.");
2698 thisfun = get_frame_function (thisframe);
2699 gdbarch = get_frame_arch (thisframe);
2739 function = read_var_value (thisfun, NULL, thisframe);
2687 frame_info_ptr thisframe; local
  /src/external/gpl3/gdb/dist/gdb/
stack.c 2689 frame_info_ptr thisframe;
2696 thisframe = get_selected_frame ("No selected frame.");
2697 thisfun = get_frame_function (thisframe);
2698 gdbarch = get_frame_arch (thisframe);
2700 if (get_frame_type (thisframe) == INLINE_FRAME)
2738 function = read_var_value (thisfun, NULL, thisframe);
2781 if (get_frame_type (thisframe) == SIGTRAMP_FRAME)
2686 frame_info_ptr thisframe; local

Completed in 15 milliseconds