GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
/tmp/gdb-13.1/gdb/maint.h File Reference
#include "gdbsupport/run-time-clock.h"
#include <chrono>

Go to the source code of this file.

Classes

class  scoped_command_stats
 

Functions

void set_per_command_time (int)
 
void set_per_command_space (int)
 
obj_sectionmaint_obj_section_from_bfd_section (bfd *abfd, asection *asection, objfile *ofile)
 

Function Documentation

◆ maint_obj_section_from_bfd_section()

obj_section * maint_obj_section_from_bfd_section ( bfd *  abfd,
asection *  asection,
objfile ofile 
)

◆ set_per_command_space()

void set_per_command_space ( int  new_value)

Definition at line 923 of file maint.c.

References per_command_space.

Referenced by captured_main_1(), and maintenance_space_display().

◆ set_per_command_time()

void set_per_command_time ( int  new_value)

Definition at line 914 of file maint.c.

References per_command_time.

Referenced by captured_main_1(), and maintenance_time_display().