satyr 0.43
Loading...
Searching...
No Matches
abrt.h File Reference

Abrt. More...

#include "report_type.h"
#include <stdbool.h>
#include <sys/types.h>

Go to the source code of this file.

Functions

bool sr_abrt_print_report_from_dir (const char *directory, char **error_message)
bool sr_abrt_create_core_stacktrace (const char *directory, bool unused, char **error_message)
bool sr_abrt_create_core_stacktrace_from_gdb (const char *directory, const char *gdb_output, bool unused, char **error_message)
struct sr_core_stracetrace_unwind_state * sr_abrt_get_core_stacktrace_from_core_hook_prepare (pid_t thread_id, char **error_message)
char * sr_abrt_get_core_stacktrace_from_core_hook_generate (pid_t thread_id, const char *executable, int signum, struct sr_core_stracetrace_unwind_state *state, char **error_message)
char * sr_abrt_get_core_stacktrace_from_core_hook (pid_t thread_id, const char *executable, int signum, char **error_message)
bool sr_abrt_create_core_stacktrace_from_core_hook (const char *directory, pid_t thread_id, const char *executable, int signum, char **error_message)
struct sr_rpm_packagesr_abrt_parse_dso_list (const char *text)
int sr_abrt_rpm_packages_from_dir (const char *directory, struct sr_rpm_package **packages, char **error_message)
struct sr_operating_systemsr_abrt_operating_system_from_dir (const char *directory, char **error_message)
struct sr_reportsr_abrt_report_from_dir (const char *directory, char **error_message)
enum sr_report_type sr_abrt_type_from_analyzer (const char *analyzer)
enum sr_report_type sr_abrt_type_from_type (const char *type)

Detailed Description

Abrt.

Definition in file abrt.h.