2002-05-08 04:04:12 +00:00
|
|
|
|
/* debug.h - interface to debugging functions
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
Copyright (C) 2002, 2004, 2005, 2007 g10 Code GmbH
|
2012-09-25 13:29:49 +00:00
|
|
|
|
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README: Refer to COPYING.LESSER and "each file" instead of
COPYING.
* COPYING.LESSER: New file.
* gpgme.spec.in (%doc): Add COPYING.LESSER.
* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
2.1 or later.
* TODO: Add copyright notice.
* README.CVS: Likewise.
assuan/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Change license to LGPL.
(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
* gpgme.texi: Change license to LGPL (also for documentation of
GPGME's license).
* lesser.texi: New file.
* gpl.texi: File removed.
gpgme/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* putc_unlocked.c, funopen.c: I just claim copyright on these
files and change their license to LGPL, because they are totally
trivial wrapper functions.
* isascii.c: Change copyright notice to the one from ctype/ctype.h
in the GNU C Library (CVS Head 2004-10-10), where isascii is
defined as a macro doing exactly the same as the function in this
file.
* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
license to LGPL.
tests/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpg/mkdemodirs: Add copyright notice.
* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
t-version.c: Change license to LGPL.
2004-12-07 21:13:39 +00:00
|
|
|
|
This file is part of GPGME.
|
|
|
|
|
|
|
|
|
|
GPGME is free software; you can redistribute it and/or modify it
|
|
|
|
|
under the terms of the GNU Lesser General Public License as
|
|
|
|
|
published by the Free Software Foundation; either version 2.1 of
|
|
|
|
|
the License, or (at your option) any later version.
|
2012-09-25 13:29:49 +00:00
|
|
|
|
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README: Refer to COPYING.LESSER and "each file" instead of
COPYING.
* COPYING.LESSER: New file.
* gpgme.spec.in (%doc): Add COPYING.LESSER.
* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
2.1 or later.
* TODO: Add copyright notice.
* README.CVS: Likewise.
assuan/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Change license to LGPL.
(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
* gpgme.texi: Change license to LGPL (also for documentation of
GPGME's license).
* lesser.texi: New file.
* gpl.texi: File removed.
gpgme/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* putc_unlocked.c, funopen.c: I just claim copyright on these
files and change their license to LGPL, because they are totally
trivial wrapper functions.
* isascii.c: Change copyright notice to the one from ctype/ctype.h
in the GNU C Library (CVS Head 2004-10-10), where isascii is
defined as a macro doing exactly the same as the function in this
file.
* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
license to LGPL.
tests/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpg/mkdemodirs: Add copyright notice.
* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
t-version.c: Change license to LGPL.
2004-12-07 21:13:39 +00:00
|
|
|
|
GPGME is distributed in the hope that it will be useful, but
|
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
Lesser General Public License for more details.
|
2012-09-25 13:29:49 +00:00
|
|
|
|
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README: Refer to COPYING.LESSER and "each file" instead of
COPYING.
* COPYING.LESSER: New file.
* gpgme.spec.in (%doc): Add COPYING.LESSER.
* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
2.1 or later.
* TODO: Add copyright notice.
* README.CVS: Likewise.
assuan/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Change license to LGPL.
(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
* gpgme.texi: Change license to LGPL (also for documentation of
GPGME's license).
* lesser.texi: New file.
* gpl.texi: File removed.
gpgme/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* putc_unlocked.c, funopen.c: I just claim copyright on these
files and change their license to LGPL, because they are totally
trivial wrapper functions.
* isascii.c: Change copyright notice to the one from ctype/ctype.h
in the GNU C Library (CVS Head 2004-10-10), where isascii is
defined as a macro doing exactly the same as the function in this
file.
* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
license to LGPL.
tests/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpg/mkdemodirs: Add copyright notice.
* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
t-version.c: Change license to LGPL.
2004-12-07 21:13:39 +00:00
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
License along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
|
|
|
02111-1307, USA. */
|
2002-05-08 04:04:12 +00:00
|
|
|
|
|
|
|
|
|
#ifndef DEBUG_H
|
|
|
|
|
#define DEBUG_H
|
|
|
|
|
|
2006-01-05 08:58:50 +00:00
|
|
|
|
#include <string.h>
|
2009-06-22 14:50:17 +00:00
|
|
|
|
#ifdef HAVE_STDINT_H
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#endif
|
2019-06-05 14:37:59 +00:00
|
|
|
|
#include <errno.h>
|
2006-01-05 08:58:50 +00:00
|
|
|
|
|
2012-10-19 09:23:39 +00:00
|
|
|
|
#include "gpgme.h" /* Required for gpgme_error stuff. */
|
|
|
|
|
|
|
|
|
|
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
/* Indirect stringification, requires __STDC__ to work. */
|
|
|
|
|
#define STRINGIFY(v) #v
|
|
|
|
|
#define XSTRINGIFY(v) STRINGIFY(v)
|
|
|
|
|
|
|
|
|
|
|
2018-11-02 08:03:43 +00:00
|
|
|
|
/*
|
|
|
|
|
* The debug levels.
|
|
|
|
|
*
|
|
|
|
|
* Note that TRACE_LOGBUFX uses the current debug level + 1.
|
|
|
|
|
*/
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
|
|
|
|
|
#define DEBUG_INIT 1
|
2009-10-26 17:38:39 +00:00
|
|
|
|
#define DEBUG_GLOBAL 2
|
|
|
|
|
#define DEBUG_CTX 3
|
|
|
|
|
#define DEBUG_ENGINE 4
|
|
|
|
|
#define DEBUG_DATA 5
|
|
|
|
|
#define DEBUG_ASSUAN 6
|
|
|
|
|
#define DEBUG_SYSIO 7
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
|
|
|
|
|
|
2006-01-05 08:58:50 +00:00
|
|
|
|
/* Remove path components from filenames (i.e. __FILE__) for cleaner
|
|
|
|
|
logs. */
|
|
|
|
|
static inline const char *_gpgme_debug_srcname (const char *file)
|
|
|
|
|
GPGME_GCC_A_PURE;
|
|
|
|
|
|
|
|
|
|
static inline const char *
|
|
|
|
|
_gpgme_debug_srcname (const char *file)
|
|
|
|
|
{
|
|
|
|
|
const char *s = strrchr (file, '/');
|
|
|
|
|
return s? s+1:file;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-25 13:38:26 +00:00
|
|
|
|
/* Initialization helper function; see debug.c. */
|
|
|
|
|
int _gpgme_debug_set_debug_envvar (const char *value);
|
|
|
|
|
|
2007-08-02 14:59:01 +00:00
|
|
|
|
/* Called early to initialize the logging. */
|
|
|
|
|
void _gpgme_debug_subsystem_init (void);
|
|
|
|
|
|
2002-05-08 04:04:12 +00:00
|
|
|
|
/* Log the formatted string FORMAT at debug level LEVEL or higher. */
|
2019-06-05 13:48:33 +00:00
|
|
|
|
int _gpgme_debug (void **line, int level, int mode,
|
2018-11-16 15:39:26 +00:00
|
|
|
|
const char *func, const char *tagname, const char *tagvalue,
|
2019-06-05 13:48:33 +00:00
|
|
|
|
const char *format, ...) GPGRT_ATTR_PRINTF(7,8);
|
2018-11-16 15:25:49 +00:00
|
|
|
|
|
2002-05-08 04:04:12 +00:00
|
|
|
|
|
|
|
|
|
/* Add the formatted string FORMAT to the debug line *LINE. */
|
|
|
|
|
void _gpgme_debug_add (void **helper, const char *format, ...);
|
|
|
|
|
|
|
|
|
|
/* Finish construction of *LINE and send it to the debug output
|
|
|
|
|
stream. */
|
|
|
|
|
void _gpgme_debug_end (void **helper);
|
|
|
|
|
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
void _gpgme_debug_buffer (int lvl, const char *const fmt,
|
2009-11-04 18:13:44 +00:00
|
|
|
|
const char *const func, const char *const buffer,
|
2009-11-02 17:18:48 +00:00
|
|
|
|
size_t len);
|
2002-05-08 04:04:12 +00:00
|
|
|
|
|
2009-11-04 18:13:44 +00:00
|
|
|
|
void _gpgme_debug_frame_begin (void);
|
2015-06-08 09:08:08 +00:00
|
|
|
|
int _gpgme_debug_frame_end (void);
|
2009-11-04 18:13:44 +00:00
|
|
|
|
|
2012-10-19 09:23:39 +00:00
|
|
|
|
static inline gpgme_error_t
|
|
|
|
|
_gpgme_trace_gpgme_error (gpgme_error_t err, const char *file, int line)
|
|
|
|
|
{
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, DEBUG_ENGINE, -1, NULL, NULL, NULL,
|
2018-11-16 15:39:26 +00:00
|
|
|
|
"%s:%d: returning error: %s\n",
|
2012-10-19 09:23:39 +00:00
|
|
|
|
_gpgme_debug_srcname (file), line, gpgme_strerror (err));
|
|
|
|
|
return err;
|
|
|
|
|
}
|
2009-11-04 18:13:44 +00:00
|
|
|
|
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
|
|
|
|
|
/* Trace support. */
|
|
|
|
|
|
|
|
|
|
/* FIXME: For now. */
|
|
|
|
|
#define _gpgme_debug_trace() 1
|
|
|
|
|
|
|
|
|
|
#define _TRACE(lvl, name, tag) \
|
|
|
|
|
int _gpgme_trace_level = lvl; \
|
|
|
|
|
const char *const _gpgme_trace_func = name; \
|
|
|
|
|
const char *const _gpgme_trace_tagname = STRINGIFY (tag); \
|
2009-11-04 18:13:44 +00:00
|
|
|
|
void *_gpgme_trace_tag = (void *) (uintptr_t) tag; \
|
|
|
|
|
_gpgme_debug_frame_begin ()
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
|
2018-11-16 17:17:22 +00:00
|
|
|
|
/* Note: We can't protect this with a do-while block. */
|
|
|
|
|
#define TRACE_BEG(lvl, name, tag, ...) \
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
_TRACE (lvl, name, tag); \
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, _gpgme_trace_level, 1, \
|
2018-11-16 15:39:26 +00:00
|
|
|
|
_gpgme_trace_func, _gpgme_trace_tagname, _gpgme_trace_tag, \
|
|
|
|
|
__VA_ARGS__)
|
2018-11-16 15:25:49 +00:00
|
|
|
|
|
2018-11-16 17:17:22 +00:00
|
|
|
|
#define TRACE(lvl, name, tag, ...) do { \
|
|
|
|
|
_gpgme_debug_frame_begin (); \
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, 0, name, STRINGIFY (tag), (void *)(uintptr_t)tag, \
|
2018-11-16 17:17:22 +00:00
|
|
|
|
__VA_ARGS__); \
|
|
|
|
|
_gpgme_debug_frame_end (); \
|
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Trace a gpg-error and return it. */
|
|
|
|
|
#define TRACE_ERR(err) \
|
|
|
|
|
_trace_err ((err), _gpgme_trace_level, _gpgme_trace_func, __LINE__)
|
|
|
|
|
static inline gpg_error_t
|
|
|
|
|
_trace_err (gpg_error_t err, int lvl, const char *func, int line)
|
|
|
|
|
{
|
|
|
|
|
if (!err)
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, 3, func, NULL, NULL, "");
|
2018-11-16 17:17:22 +00:00
|
|
|
|
else
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, -1, NULL, NULL, NULL,
|
2018-11-16 17:17:22 +00:00
|
|
|
|
"%s:%d: error: %s <%s>\n",
|
|
|
|
|
func, line, gpgme_strerror (err), gpgme_strsource (err));
|
|
|
|
|
_gpgme_debug_frame_end ();
|
|
|
|
|
return err;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-03 10:09:13 +00:00
|
|
|
|
/* Trace a system call result of type int and return it. */
|
2018-11-16 17:17:22 +00:00
|
|
|
|
#define TRACE_SYSRES(res) \
|
|
|
|
|
_trace_sysres ((res), _gpgme_trace_level, _gpgme_trace_func, __LINE__)
|
|
|
|
|
static inline int
|
|
|
|
|
_trace_sysres (int res, int lvl, const char *func, int line)
|
|
|
|
|
{
|
|
|
|
|
if (res >= 0)
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, 3, func, NULL, NULL, "result=%d", res);
|
2018-11-16 17:17:22 +00:00
|
|
|
|
else
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, -1, NULL, NULL, NULL,
|
2018-11-16 17:17:22 +00:00
|
|
|
|
"%s:%d: error: %s (%d)\n",
|
2019-06-05 14:37:59 +00:00
|
|
|
|
func, line, strerror (errno), errno);
|
2018-11-16 17:17:22 +00:00
|
|
|
|
_gpgme_debug_frame_end ();
|
|
|
|
|
return res;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-03 10:09:13 +00:00
|
|
|
|
/* Trace a system call result of type gpgme_off_t and return it. */
|
|
|
|
|
#define TRACE_SYSRES_OFF_T(res) \
|
|
|
|
|
_trace_sysres_off_t ((res), _gpgme_trace_level, _gpgme_trace_func, __LINE__)
|
|
|
|
|
static inline gpgme_off_t
|
|
|
|
|
_trace_sysres_off_t (gpgme_off_t res, int lvl, const char *func, int line)
|
|
|
|
|
{
|
|
|
|
|
if (res >= 0)
|
|
|
|
|
_gpgme_debug (NULL, lvl, 3, func, NULL, NULL, "result=%ld", res);
|
|
|
|
|
else
|
|
|
|
|
_gpgme_debug (NULL, lvl, -1, NULL, NULL, NULL,
|
|
|
|
|
"%s:%d: error: %s (%d)\n",
|
|
|
|
|
func, line, strerror (errno), errno);
|
|
|
|
|
_gpgme_debug_frame_end ();
|
|
|
|
|
return res;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Trace a system call result of type gpgme_ssize_t and return it. */
|
|
|
|
|
#define TRACE_SYSRES_SSIZE_T(res) \
|
|
|
|
|
_trace_sysres_ssize_t ((res), _gpgme_trace_level, _gpgme_trace_func, __LINE__)
|
|
|
|
|
static inline gpgme_ssize_t
|
|
|
|
|
_trace_sysres_ssize_t (gpgme_ssize_t res, int lvl, const char *func, int line)
|
|
|
|
|
{
|
|
|
|
|
if (res >= 0)
|
2023-04-17 13:05:22 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, 3, func, NULL, NULL, "result=%zd", (ssize_t)res);
|
2021-08-03 10:09:13 +00:00
|
|
|
|
else
|
|
|
|
|
_gpgme_debug (NULL, lvl, -1, NULL, NULL, NULL,
|
|
|
|
|
"%s:%d: error: %s (%d)\n",
|
|
|
|
|
func, line, strerror (errno), errno);
|
|
|
|
|
_gpgme_debug_frame_end ();
|
|
|
|
|
return res;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-16 17:17:22 +00:00
|
|
|
|
/* Trace a system call error and return it. */
|
|
|
|
|
#define TRACE_SYSERR(rc) \
|
|
|
|
|
_trace_syserr ((rc), _gpgme_trace_level, _gpgme_trace_func, __LINE__)
|
|
|
|
|
static inline int
|
|
|
|
|
_trace_syserr (int rc, int lvl, const char *func, int line)
|
|
|
|
|
{
|
|
|
|
|
if (!rc)
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, 3, func, NULL, NULL, "result=0");
|
2018-11-16 17:17:22 +00:00
|
|
|
|
else
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, lvl, -1, NULL, NULL, NULL,
|
2018-11-16 17:17:22 +00:00
|
|
|
|
"%s:%d: error: %s (%d)\n",
|
|
|
|
|
func, line, strerror (rc), rc);
|
|
|
|
|
_gpgme_debug_frame_end ();
|
|
|
|
|
return rc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define TRACE_SUC(...) do { \
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, _gpgme_trace_level, 3, _gpgme_trace_func, NULL, NULL, \
|
2018-11-16 17:17:22 +00:00
|
|
|
|
__VA_ARGS__); \
|
|
|
|
|
_gpgme_debug_frame_end (); \
|
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
|
#define TRACE_LOG(...) do { \
|
2019-06-05 13:48:33 +00:00
|
|
|
|
_gpgme_debug (NULL, _gpgme_trace_level, 2, \
|
2018-11-16 17:17:22 +00:00
|
|
|
|
_gpgme_trace_func, _gpgme_trace_tagname, _gpgme_trace_tag, \
|
|
|
|
|
__VA_ARGS__); \
|
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
|
#define TRACE_LOGBUF(buf, len) do { \
|
|
|
|
|
_gpgme_debug_buffer (_gpgme_trace_level, "%s: check: %s", \
|
|
|
|
|
_gpgme_trace_func, buf, len); \
|
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
|
#define TRACE_LOGBUFX(buf, len) do { \
|
|
|
|
|
_gpgme_debug_buffer (_gpgme_trace_level+1, "%s: check: %s", \
|
|
|
|
|
_gpgme_trace_func, buf, len); \
|
|
|
|
|
} while (0)
|
|
|
|
|
|
2019-06-05 13:48:33 +00:00
|
|
|
|
#define TRACE_SEQ(hlp,...) do { \
|
|
|
|
|
_gpgme_debug (&(hlp), _gpgme_trace_level, 2, _gpgme_trace_func, \
|
|
|
|
|
_gpgme_trace_tagname, _gpgme_trace_tag, __VA_ARGS__); \
|
2018-11-16 17:17:22 +00:00
|
|
|
|
} while (0)
|
|
|
|
|
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
#define TRACE_ADD0(hlp,fmt) \
|
2002-05-08 04:04:12 +00:00
|
|
|
|
_gpgme_debug_add (&(hlp), fmt)
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
#define TRACE_ADD1(hlp,fmt,a) \
|
2002-05-08 04:04:12 +00:00
|
|
|
|
_gpgme_debug_add (&(hlp), fmt, (a))
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
#define TRACE_ADD2(hlp,fmt,a,b) \
|
2002-05-08 04:04:12 +00:00
|
|
|
|
_gpgme_debug_add (&(hlp), fmt, (a), (b))
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
#define TRACE_ADD3(hlp,fmt,a,b,c) \
|
2002-05-08 04:04:12 +00:00
|
|
|
|
_gpgme_debug_add (&(hlp), fmt, (a), (b), (c))
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
#define TRACE_END(hlp,fmt) \
|
2002-05-08 04:04:12 +00:00
|
|
|
|
_gpgme_debug_add (&(hlp), fmt); \
|
|
|
|
|
_gpgme_debug_end (&(hlp))
|
2018-11-16 17:17:22 +00:00
|
|
|
|
|
2007-07-17 Marcus Brinkmann <marcus@g10code.de>
* debug.c:;5B Include <errno.h> and "debug.h".
(_gpgme_debug): Save and restore ERRNO.
(TOHEX): New macro.
(_gpgme_debug_buffer): New function.
* conversion.c, data-compat.c, data-mem.c, data.c, engine-gpgsm.c,
gpgme.c, keylist.c, posix-io.c, rungpg.c, sign.c, version.c,
w32-io.c, wait.c: Replace DEBUG macros by TRACE_* variants. In
most of these files, add many more tracepoints.
2007-07-17 12:36:04 +00:00
|
|
|
|
#define TRACE_ENABLED(hlp) (!!(hlp))
|
2002-05-08 04:04:12 +00:00
|
|
|
|
|
2012-10-19 09:23:39 +00:00
|
|
|
|
/* And finally a simple macro to trace the location of an error code.
|
|
|
|
|
This macro is independent of the other trace macros and may be used
|
|
|
|
|
without any preconditions. */
|
|
|
|
|
#define trace_gpg_error(e) \
|
|
|
|
|
_gpgme_trace_gpgme_error (gpg_error (e), __FILE__, __LINE__)
|
|
|
|
|
|
|
|
|
|
|
2002-05-08 04:04:12 +00:00
|
|
|
|
#endif /* DEBUG_H */
|