GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/maint.c File Reference
#include "defs.h"
#include "arch-utils.h"
#include <ctype.h>
#include <signal.h>
#include <sys/time.h>
#include <time.h>
#include "command.h"
#include "gdbcmd.h"
#include "symtab.h"
#include "block.h"
#include "gdbtypes.h"
#include "demangle.h"
#include "gdbcore.h"
#include "expression.h"
#include "language.h"
#include "symfile.h"
#include "objfiles.h"
#include "value.h"
#include "gdb_assert.h"
#include "top.h"
#include "timeval-utils.h"
#include "maint.h"
#include "cli/cli-decode.h"
#include "cli/cli-utils.h"
#include "cli/cli-setshow.h"

Go to the source code of this file.

Functions

void _initialize_maint_cmds (void)
void set_per_command_time (int new_value)
void set_per_command_space (int new_value)
struct cleanup * make_command_stats_cleanup (int msg_type)

Variables

int watchdog = 0
struct cmd_list_elementmaintenance_set_cmdlist
struct cmd_list_elementmaintenance_show_cmdlist

Function Documentation

void _initialize_maint_cmds ( void  )
struct cleanup* make_command_stats_cleanup ( int  msg_type) [read]

Definition at line 895 of file maint.c.

void set_per_command_space ( int  new_value)

Definition at line 792 of file maint.c.

void set_per_command_time ( int  new_value)

Definition at line 783 of file maint.c.


Variable Documentation

Definition at line 647 of file maint.c.

Definition at line 648 of file maint.c.

Definition at line 76 of file maint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines