GDB (xrefs)
|
#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_section * | maint_obj_section_from_bfd_section (bfd *abfd, asection *asection, objfile *ofile) |
obj_section * maint_obj_section_from_bfd_section | ( | bfd * | abfd, |
asection * | asection, | ||
objfile * | ofile | ||
) |
Definition at line 330 of file maint.c.
References gdb_bfd_section_index(), objfile::sections, and objfile::sections_end.
Referenced by i386_thiscall_push_dummy_call(), and maint_print_all_sections().
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().
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().