GDB (API)
Defines | Functions | Variables
/home/stan/gdb/src/gdb/reverse.c File Reference
#include "defs.h"
#include "gdb_string.h"
#include "target.h"
#include "top.h"
#include "cli/cli-cmds.h"
#include "cli/cli-decode.h"
#include "cli/cli-utils.h"
#include "inferior.h"
#include "regcache.h"

Go to the source code of this file.

Defines

#define ALL_BOOKMARKS(B)   for ((B) = bookmark_chain; (B); (B) = (B)->next)
#define ALL_BOOKMARKS_SAFE(B, TMP)

Functions

void _initialize_reverse (void)

Variables

initialize_file_ftype _initialize_reverse

Define Documentation

#define ALL_BOOKMARKS (   B)    for ((B) = bookmark_chain; (B); (B) = (B)->next)

Definition at line 116 of file reverse.c.

#define ALL_BOOKMARKS_SAFE (   B,
  TMP 
)
Value:
for ((B) = bookmark_chain;             \
          (B) ? ((TMP) = (B)->next, 1) : 0; \
          (B) = (TMP))

Definition at line 118 of file reverse.c.


Function Documentation

void _initialize_reverse ( void  )

Definition at line 345 of file reverse.c.


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines