gdb: Python unwinders, inline frames, and tail-call frames
[deliverable/binutils-gdb.git] / gdb / frame.h
index e835d49f9ca993147c467d83a98afc40a69d563e..cfc15022ed5b0da93c853b372a53d68c2a8dc17e 100644 (file)
@@ -236,10 +236,6 @@ extern struct frame_id
    as the special identifier address are set to indicate wild cards.  */
 extern struct frame_id frame_id_build_wild (CORE_ADDR stack_addr);
 
-/* Returns true if FRAME's id has been computed.
-   Returns false otherwise.  */
-extern bool frame_id_computed_p (struct frame_info *frame);
-
 /* Returns non-zero when L is a valid frame (a valid frame has a
    non-zero .base).  The outermost frame is valid even without an
    ID.  */
This page took 0.026069 seconds and 4 git commands to generate.