GDB (xrefs)
Loading...
Searching...
No Matches
Functions
bt-utils.c File Reference
#include "defs.h"
#include "bt-utils.h"
#include "command.h"
#include "gdbcmd.h"
#include "ui.h"
#include "cli/cli-decode.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ gdb_internal_backtrace()

void gdb_internal_backtrace ( )

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 )

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().