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

  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 2692 struct symbol *thisfun;
2698 thisfun = get_frame_function (thisframe);
2719 if (thisfun != NULL)
2720 return_type = thisfun->type ()->target_type ();
2738 if (thisfun != NULL)
2739 function = read_var_value (thisfun, NULL, thisframe);
2749 else if (thisfun != NULL)
2759 thisfun->print_name ());
2782 if (thisfun == NULL)
2787 if (TYPE_NO_RETURN (thisfun->type ())
2689 struct symbol *thisfun; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stack.c 2691 struct symbol *thisfun;
2697 thisfun = get_frame_function (thisframe);
2718 if (thisfun != NULL)
2719 return_type = thisfun->type ()->target_type ();
2737 if (thisfun != NULL)
2738 function = read_var_value (thisfun, NULL, thisframe);
2748 else if (thisfun != NULL)
2758 thisfun->print_name ());
2788 else if (thisfun == NULL)
2793 if (TYPE_NO_RETURN (thisfun->type ())
2688 struct symbol *thisfun; local
    [all...]

Completed in 16 milliseconds