#include "sigrokdecode.h"
#include "sigrokdecode-internal.h"
#include "config.h"
#include <stdarg.h>
#include <glib.h>
#include <frameobject.h>
Go to the source code of this file.
Functions | |
SRD_PRIV void | srd_exception_catch (const char *format,...) |
SRD_PRIV void srd_exception_catch | ( | const char * | format, |
... | |||
) |
Definition at line 27 of file exception.c.
References py_str_as_str(), srd_dbg(), and srd_err().
Referenced by py_attr_as_str(), py_str_as_str(), srd_decoder_doc_get(), srd_decoder_load(), srd_inst_decode(), srd_inst_new(), srd_inst_option_set(), and srd_inst_start().