GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
bookmark Struct Reference

Public Attributes

int number = 0
 
CORE_ADDR pc = 0
 
struct symtab_and_line sal
 
gdb::unique_xmalloc_ptr< gdb_byte > opaque_data
 

Detailed Description

Definition at line 94 of file reverse.c.

Member Data Documentation

◆ number

int bookmark::number = 0

Definition at line 95 of file reverse.c.

Referenced by save_bookmark_command().

◆ opaque_data

gdb::unique_xmalloc_ptr<gdb_byte> bookmark::opaque_data

Definition at line 98 of file reverse.c.

Referenced by save_bookmark_command().

◆ pc

CORE_ADDR bookmark::pc = 0

Definition at line 96 of file reverse.c.

Referenced by save_bookmark_command().

◆ sal

struct symtab_and_line bookmark::sal

Definition at line 97 of file reverse.c.

Referenced by save_bookmark_command().


The documentation for this struct was generated from the following file: