GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Functions
bt-utils.h File Reference

Go to the source code of this file.

Macros

#define GDB_PRINT_INTERNAL_BACKTRACE_INIT_ON   false
 

Functions

void gdb_internal_backtrace ()
 
void gdb_internal_backtrace_set_cmd (const char *args, int from_tty, cmd_list_element *c)
 

Macro Definition Documentation

◆ GDB_PRINT_INTERNAL_BACKTRACE_INIT_ON

#define GDB_PRINT_INTERNAL_BACKTRACE_INIT_ON   false

Definition at line 51 of file bt-utils.h.

Function Documentation

◆ gdb_internal_backtrace()

void gdb_internal_backtrace ( )
extern

Definition at line 154 of file bt-utils.c.

References current_ui, and gdb_stderr.

Referenced by ATTRIBUTE_PRINTF(), and handle_fatal_signal().

◆ gdb_internal_backtrace_set_cmd()

void gdb_internal_backtrace_set_cmd ( const char * args,
int from_tty,
cmd_list_element * c )
extern

Definition at line 28 of file bt-utils.c.

References set_cmd, cmd_list_element::type, cmd_list_element::var, and var_boolean.

Referenced by add_internal_problem_command().