GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Enumerations | Variables
/tmp/gdb-13.1/gdb/frame-id.h File Reference

Go to the source code of this file.

Classes

struct  frame_id
 

Enumerations

enum  frame_id_stack_status {
  FID_STACK_INVALID = 0 , FID_STACK_VALID = 1 , FID_STACK_SENTINEL = 2 , FID_STACK_OUTER = 3 ,
  FID_STACK_UNAVAILABLE = -1
}
 

Variables

const struct frame_id null_frame_id
 
const struct frame_id sentinel_frame_id
 
const struct frame_id outer_frame_id
 

Enumeration Type Documentation

◆ frame_id_stack_status

Enumerator
FID_STACK_INVALID 
FID_STACK_VALID 
FID_STACK_SENTINEL 
FID_STACK_OUTER 
FID_STACK_UNAVAILABLE 

Definition at line 25 of file frame-id.h.

Variable Documentation

◆ null_frame_id

const struct frame_id null_frame_id
extern

◆ outer_frame_id

const struct frame_id outer_frame_id
extern

◆ sentinel_frame_id

const struct frame_id sentinel_frame_id
extern

Definition at line 665 of file frame.c.

Referenced by create_sentinel_frame(), frame_find_by_id(), and sentinel_frame_prev_register().