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

  /src/external/gpl3/gdb.old/dist/gdb/
frame.c 1747 Looked up on demand by get_selected_frame. */
1777 /* Will be looked up later by get_selected_frame. */
1856 print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC, 1);
1890 get_selected_frame (const char *message) function
1904 /* This is a variant of get_selected_frame() which can be called when
1913 return get_selected_frame (NULL);
1958 Saving the selected frame this way makes get_selected_frame
2670 something should be calling get_selected_frame() or
3364 frame = get_selected_frame ("No frame selected");
  /src/external/gpl3/gdb/dist/gdb/
frame.c 1747 Looked up on demand by get_selected_frame. */
1777 /* Will be looked up later by get_selected_frame. */
1856 print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC, 1);
1890 get_selected_frame (const char *message) function
1904 /* This is a variant of get_selected_frame() which can be called when
1913 return get_selected_frame (NULL);
1958 Saving the selected frame this way makes get_selected_frame
2669 something should be calling get_selected_frame() or
3359 frame = get_selected_frame ("No frame selected");

Completed in 36 milliseconds