automotive-dlt
dlt_cdh_coredump.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <syslog.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include "dlt_cdh.h"
Include dependency graph for dlt_cdh_coredump.c:

Go to the source code of this file.

Functions

cdh_status_t read_elf_headers (proc_info_t *p_proc)
 
int getNotePageIndex (proc_info_t *p_proc)
 
cdh_status_t read_notes (proc_info_t *p_proc)
 
cdh_status_t init_coredump (proc_info_t *p_proc)
 
cdh_status_t close_coredump (proc_info_t *p_proc)
 
cdh_status_t treat_coredump (proc_info_t *p_proc)
 

Detailed Description

Author
Magneti Marelli http://www.magnetimarelli.com
Lutz Helwing lutz_.nosp@m.helw.nosp@m.ing@m.nosp@m.ento.nosp@m.r.com

Definition in file dlt_cdh_coredump.c.

Function Documentation

cdh_status_t close_coredump ( proc_info_t p_proc)

Definition at line 152 of file dlt_cdh_coredump.c.

References CDH_OK, stream_close(), and proc_info_t::streamer.

Referenced by treat_coredump().

int getNotePageIndex ( proc_info_t p_proc)

Definition at line 69 of file dlt_cdh_coredump.c.

References CDH_NOK, proc_info_t::m_Ehdr, and proc_info_t::m_pPhdr.

Referenced by read_notes().

cdh_status_t treat_coredump ( proc_info_t p_proc)