#include <stdarg.h>
#include <unistd.h>
#include <signal.h>
#include <sstream>
#include <ycp/y2log.h>
#include <ycp/ExecutionEnvironment.h>
#include "Y2Component.h"
#include "Y2ComponentBroker.h"
#include <YCP.h>
#include <ycp/Parser.h>
#include <ycp/pathsearch.h>
#include <blocxx/Logger.hpp>
#include <blocxx/LogMessage.hpp>
#include <blocxx/LogConfig.hpp>
Classes | |
class | YaSTLogger |
Defines | |
#define | _GNU_SOURCE |
Functions | |
static void | print_usage () |
static void | print_help () |
static void | print_error (const char *,...) __attribute__((format(printf |
static void static bool | is_ycp_value (const char *arg) |
void | SIGSEGVhandler (int sig) |
blocxx::LoggerRef | logger (new YaSTLogger()) |
int | main (int argc, char **argv) |
Variables | |
ExecutionEnvironment | ee |
static const int | YCP_ERROR = 16 |
static const char * | progname = "genericfrontend" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|