SURFEX v8.1
General documentation of Surfex
Functions | Variables
linuxtrbk.c File Reference

Go to the source code of this file.

Functions

static int ResolveViaBFD (void *address, BFD_t *b, const char *str)
 
static void InitBFD ()
 
static pid_t gettid ()
 
static void SetMasterThreadsStackSizeBeforeMain ()
 
void LinuxTraceBack (const char *prefix, const char *timestr, void *sigcontextptr)
 
void linux_trbk_ (void)
 
void linux_trbk (void)
 
void gdb_trbk_ ()
 
void gdb_trbk ()
 
void dbx_trbk_ ()
 
void dbx_trbk ()
 

Variables

static char prealloc_addr2linecmd [len_addr2linecmd] = ""
 
static const int has_bfd = 1
 
static bfd * abfd = 0
 
static asymbol ** syms = 0
 
static asection * text = 0
 

Function Documentation

◆ dbx_trbk()

void dbx_trbk ( )

Definition at line 487 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dbx_trbk_()

void dbx_trbk_ ( )

Definition at line 448 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gdb_trbk()

void gdb_trbk ( )

Definition at line 439 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gdb_trbk_()

void gdb_trbk_ ( )

Definition at line 402 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gettid()

static pid_t gettid ( )
static

Definition at line 110 of file linuxtrbk.c.

Here is the caller graph for this function:

◆ InitBFD()

static void InitBFD ( )
static

Definition at line 495 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ linux_trbk()

void linux_trbk ( void  )

Definition at line 391 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ linux_trbk_()

void linux_trbk_ ( void  )

Definition at line 376 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LinuxTraceBack()

void LinuxTraceBack ( const char *  prefix,
const char *  timestr,
void *  sigcontextptr 
)

Definition at line 224 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResolveViaBFD()

static int ResolveViaBFD ( void *  address,
BFD_t *  b,
const char *  str 
)
static

Definition at line 520 of file linuxtrbk.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetMasterThreadsStackSizeBeforeMain()

static void SetMasterThreadsStackSizeBeforeMain ( )
static

Definition at line 115 of file linuxtrbk.c.

Here is the call graph for this function:

Variable Documentation

◆ abfd

bfd* abfd = 0
static

Definition at line 490 of file linuxtrbk.c.

◆ has_bfd

static const int has_bfd = 1
static

Definition at line 92 of file linuxtrbk.c.

◆ prealloc_addr2linecmd

char prealloc_addr2linecmd[len_addr2linecmd] = ""
static

Definition at line 88 of file linuxtrbk.c.

◆ syms

asymbol** syms = 0
static

Definition at line 491 of file linuxtrbk.c.

◆ text

asection* text = 0
static

Definition at line 492 of file linuxtrbk.c.