#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <fcntl.h>
#include <unistd.h>
#include <fstream>
#include <vector>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cerrno>
#include <strings.h>
#include <string.h>
#include "debug.h"
Include dependency graph for old.debug.cc:
Go to the source code of this file.
Defines | |
#define | DEBUG_FLUSH |
Functions | |
void | __debug_write (debug_instance &di, const bool a_arg) |
void | __debug_write (debug_instance &di, const char a_arg) |
void | __debug_write (debug_instance &di, const unsigned int a_arg) |
void | __debug_write (debug_instance &di, const int a_arg) |
void | __debug_write (debug_instance &di, const unsigned short a_arg) |
void | __debug_write (debug_instance &di, const short a_arg) |
void | __debug_write (debug_instance &di, const unsigned long a_arg) |
void | __debug_write (debug_instance &di, const long a_arg) |
void | __debug_write (debug_instance &di, const unsigned long long a_arg) |
void | __debug_write (debug_instance &di, const long long a_arg) |
void | __debug_write (debug_instance &di, const float a_arg) |
void | __debug_write (debug_instance &di, const double a_arg) |
void | __debug_write (debug_instance &di, const std::string &a_arg) |
void | __debug_write (debug_instance &di, const bool *a_arg) |
void | __debug_write (debug_instance &di, const char *a_arg) |
void | __debug_write (debug_instance &di, const unsigned int *a_arg) |
void | __debug_write (debug_instance &di, const int *a_arg) |
void | __debug_write (debug_instance &di, const unsigned short *a_arg) |
void | __debug_write (debug_instance &di, const short *a_arg) |
void | __debug_write (debug_instance &di, const unsigned long *a_arg) |
void | __debug_write (debug_instance &di, const long *a_arg) |
void | __debug_write (debug_instance &di, const unsigned long long *a_arg) |
void | __debug_write (debug_instance &di, const long long *a_arg) |
void | __debug_write (debug_instance &di, const float *a_arg) |
void | __debug_write (debug_instance &di, const double *a_arg) |
void | __debug_write (debug_instance &di, const void *a_arg) |
void | __debug_write (debug_instance &di, std::ostream &(*a_arg)(std::ostream &)) |
debug_instance & | operator<< (debug_instance &di, const bool a_arg) |
debug_instance & | operator<< (debug_instance &di, const char a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned int a_arg) |
debug_instance & | operator<< (debug_instance &di, const int a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned short a_arg) |
debug_instance & | operator<< (debug_instance &di, const short a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned long a_arg) |
debug_instance & | operator<< (debug_instance &di, const long a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned long long a_arg) |
debug_instance & | operator<< (debug_instance &di, const long long a_arg) |
debug_instance & | operator<< (debug_instance &di, const float a_arg) |
debug_instance & | operator<< (debug_instance &di, const double a_arg) |
debug_instance & | operator<< (debug_instance &di, const std::string &a_arg) |
debug_instance & | operator<< (debug_instance &di, const bool *a_arg) |
debug_instance & | operator<< (debug_instance &di, const char *a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned int *a_arg) |
debug_instance & | operator<< (debug_instance &di, const int *a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned short *a_arg) |
debug_instance & | operator<< (debug_instance &di, const short *a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned long *a_arg) |
debug_instance & | operator<< (debug_instance &di, const long *a_arg) |
debug_instance & | operator<< (debug_instance &di, const unsigned long long *a_arg) |
debug_instance & | operator<< (debug_instance &di, const long long *a_arg) |
debug_instance & | operator<< (debug_instance &di, const float *a_arg) |
debug_instance & | operator<< (debug_instance &di, const double *a_arg) |
debug_instance & | operator<< (debug_instance &di, const void *a_arg) |
debug_instance & | operator<< (debug_instance &di, std::ostream &(*a_arg)(std::ostream &)) |
const char * | __debug_type (const bool a_arg) |
const char * | __debug_type (const char a_arg) |
const char * | __debug_type (const unsigned int a_arg) |
const char * | __debug_type (const int a_arg) |
const char * | __debug_type (const unsigned short a_arg) |
const char * | __debug_type (const short a_arg) |
const char * | __debug_type (const unsigned long a_arg) |
const char * | __debug_type (const long a_arg) |
const char * | __debug_type (const unsigned long long a_arg) |
const char * | __debug_type (const long long a_arg) |
const char * | __debug_type (const float a_arg) |
const char * | __debug_type (const double a_arg) |
const char * | __debug_type (const std::string &a_arg) |
const char * | __debug_type (const bool *a_arg) |
const char * | __debug_type (const char *a_arg) |
const char * | __debug_type (const unsigned int *a_arg) |
const char * | __debug_type (const int *a_arg) |
const char * | __debug_type (const unsigned short *a_arg) |
const char * | __debug_type (const short *a_arg) |
const char * | __debug_type (const unsigned long *a_arg) |
const char * | __debug_type (const long *a_arg) |
const char * | __debug_type (const unsigned long long *a_arg) |
const char * | __debug_type (const long long *a_arg) |
const char * | __debug_type (const float *a_arg) |
const char * | __debug_type (const double *a_arg) |
const char * | __debug_type (const void *a_arg) |
const char * | __debug_type (const std::string *a_arg) |
void | ___debug_write_type_char (debug_instance &di, const char a_char) |
void | __debug_write_type (debug_instance &di, const bool &a_arg) |
void | __debug_write_type (debug_instance &di, const char &a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned int &a_arg) |
void | __debug_write_type (debug_instance &di, const int &a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned short &a_arg) |
void | __debug_write_type (debug_instance &di, const short &a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned long &a_arg) |
void | __debug_write_type (debug_instance &di, const long &a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned long long &a_arg) |
void | __debug_write_type (debug_instance &di, const long long &a_arg) |
void | __debug_write_type (debug_instance &di, const float &a_arg) |
void | __debug_write_type (debug_instance &di, const double &a_arg) |
void | __debug_write_type (debug_instance &di, const std::string &a_arg) |
void | __debug_write_type (debug_instance &di, const bool *a_arg) |
void | __debug_write_type (debug_instance &di, const char *a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned int *a_arg) |
void | __debug_write_type (debug_instance &di, const int *a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned short *a_arg) |
void | __debug_write_type (debug_instance &di, const short *a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned long *a_arg) |
void | __debug_write_type (debug_instance &di, const long *a_arg) |
void | __debug_write_type (debug_instance &di, const unsigned long long *a_arg) |
void | __debug_write_type (debug_instance &di, const long long *a_arg) |
void | __debug_write_type (debug_instance &di, const float *a_arg) |
void | __debug_write_type (debug_instance &di, const double *a_arg) |
void | __debug_write_type (debug_instance &di, const void *a_arg) |
void | __debug_write_type (debug_instance &di, const std::string *a_arg) |
void | __debug_write_name_and_type (debug_instance &di, const bool &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const char &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned int &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const int &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned short &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const short &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned long &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const long &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned long long &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const long long &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const float &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const double &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const std::string &a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const bool *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const char *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned int *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const int *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned short *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const short *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned long *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const long *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const unsigned long long *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const long long *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const float *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const double *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const void *a_arg, const char *name) |
void | __debug_write_name_and_type (debug_instance &di, const std::string *a_arg, const char *name) |
Variables | |
debugger | debug_manager |
|
Definition at line 41 of file old.debug.cc. |
|
Definition at line 889 of file old.debug.cc. Referenced by __debug_write_type(). |
|
Definition at line 882 of file old.debug.cc. Referenced by __debug_write_type(), and test(). |
|
Definition at line 877 of file old.debug.cc. |
|
Definition at line 871 of file old.debug.cc. |
|
Definition at line 866 of file old.debug.cc. |
|
Definition at line 861 of file old.debug.cc. |
|
Definition at line 856 of file old.debug.cc. |
|
Definition at line 851 of file old.debug.cc. |
|
Definition at line 846 of file old.debug.cc. |
|
Definition at line 841 of file old.debug.cc. |
|
Definition at line 836 of file old.debug.cc. |
|
Definition at line 831 of file old.debug.cc. |
|
Definition at line 826 of file old.debug.cc. |
|
Definition at line 821 of file old.debug.cc. |
|
Definition at line 816 of file old.debug.cc. |
|
Definition at line 811 of file old.debug.cc. |
|
Definition at line 806 of file old.debug.cc. |
|
Definition at line 801 of file old.debug.cc. |
|
Definition at line 796 of file old.debug.cc. |
|
Definition at line 791 of file old.debug.cc. |
|
Definition at line 786 of file old.debug.cc. |
|
Definition at line 781 of file old.debug.cc. |
|
Definition at line 776 of file old.debug.cc. |
|
Definition at line 771 of file old.debug.cc. |
|
Definition at line 766 of file old.debug.cc. |
|
Definition at line 761 of file old.debug.cc. |
|
Definition at line 756 of file old.debug.cc. |
|
Definition at line 751 of file old.debug.cc. |
|
Definition at line 578 of file old.debug.cc. |
|
Definition at line 573 of file old.debug.cc. |
|
Definition at line 567 of file old.debug.cc. |
|
Definition at line 562 of file old.debug.cc. |
|
Definition at line 557 of file old.debug.cc. |
|
Definition at line 552 of file old.debug.cc. |
|
Definition at line 547 of file old.debug.cc. |
|
Definition at line 542 of file old.debug.cc. |
|
Definition at line 537 of file old.debug.cc. |
|
Definition at line 532 of file old.debug.cc. |
|
Definition at line 527 of file old.debug.cc. |
|
Definition at line 522 of file old.debug.cc. |
|
Definition at line 517 of file old.debug.cc. |
|
Definition at line 512 of file old.debug.cc. |
|
Definition at line 507 of file old.debug.cc. |
|
Definition at line 502 of file old.debug.cc. |
|
Definition at line 497 of file old.debug.cc. |
|
Definition at line 492 of file old.debug.cc. |
|
Definition at line 487 of file old.debug.cc. |
|
Definition at line 482 of file old.debug.cc. |
|
Definition at line 477 of file old.debug.cc. |
|
Definition at line 472 of file old.debug.cc. |
|
Definition at line 467 of file old.debug.cc. |
|
Definition at line 462 of file old.debug.cc. |
|
Definition at line 457 of file old.debug.cc. |
|
Definition at line 452 of file old.debug.cc. |
|
Definition at line 447 of file old.debug.cc. |
|
Definition at line 1480 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1472 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1463 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1455 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1447 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1439 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1431 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1423 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1415 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1407 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1399 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1391 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1383 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1375 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1366 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1358 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1350 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1342 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1334 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1326 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1318 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1310 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1302 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1294 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1286 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1278 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1270 of file old.debug.cc. References __debug_write_type(). |
Here is the call graph for this function:
|
Definition at line 1255 of file old.debug.cc. References __debug_type(), and debug_manager. Referenced by __debug_write_name_and_type(). |
Here is the call graph for this function:
|
Definition at line 1242 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1228 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1215 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1202 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1189 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1176 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1163 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1150 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1137 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1124 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1111 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1091 of file old.debug.cc. References ___debug_write_type_char(), __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1078 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1060 of file old.debug.cc. References ___debug_write_type_char(), __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1047 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1034 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1021 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 1008 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 995 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 982 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 969 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 956 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 943 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 930 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 916 of file old.debug.cc. References ___debug_write_type_char(), __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 903 of file old.debug.cc. References __debug_type(), and debug_manager. |
Here is the call graph for this function:
|
Definition at line 743 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 737 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 730 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 724 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 718 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 712 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 706 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 700 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 694 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 688 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 682 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 676 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 670 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 664 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 657 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 651 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 645 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 639 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 633 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 627 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 621 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 615 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 609 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 603 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 597 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 591 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 585 of file old.debug.cc. References __debug_write(). |
Here is the call graph for this function:
|
Definition at line 2291 of file old.debug.cc. Referenced by __debug_write_type(), and test(). |