#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "util.h"
#include "version.h"
#include "compat.h"
#include "options.h"
#include "image.h"
#include "cache.h"
#include "log2lines.h"
#include "help.h"
#include "cmd.h"
#include "match.h"
Go to the source code of this file.
Functions |
| static void | clearLastLine (void) |
| static void | log_file (FILE *outFile, char *fileName, int line) |
| static void | logSource (FILE *outFile) |
| static void | reportSource (FILE *outFile) |
| static void | report (FILE *outFile) |
| static int | print_offset (void *data, size_t offset, char *toString) |
| static int | process_data (const void *FileData, size_t offset, char *toString) |
| static int | process_file (const char *file_name, size_t offset, char *toString) |
| static int | translate_file (const char *cpath, size_t offset, char *toString) |
| static void | translate_char (int c, FILE *outFile) |
| static char * | remove_mark (char *Line) |
| static void | translate_line (FILE *outFile, char *Line, char *path, char *LineOut) |
| static int | translate_files (FILE *inFile, FILE *outFile) |
| int | main (int argc, const char **argv) |
Variables |
| static FILE * | dbgIn = NULL |
| static FILE * | dbgOut = NULL |
| static FILE * | conIn = NULL |
| static FILE * | conOut = NULL |
| static const char * | kdbg_prompt = KDBG_PROMPT |
| static const char * | kdbg_cont = KDBG_CONT |
| LIST | sources |
| LINEINFO | lastLine |
| FILE * | logFile = NULL |
| LIST | cache |
| SUMM | summ |
| REVINFO | revinfo |