summaryrefslogtreecommitdiffstats
path: root/common/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20Update debug.c to consistently output to stderrGravatar Greg Dennis1-5/+2
This makes debug_print_line consistent with debug_buffer and among other things, ensures output from `idevicedebug run` can be easily divided into output from the app itself (stdout) from debug output from libimobiledevice (stderr).
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-3/+3
2014-10-27debug: Fix linking failure on OS X by keeping debug level symbol internalGravatar Martin Szulecki1-3/+10
This change keeps the debug level symbol within the internal convenience library and makes it accessible using an internal helper. This fixes linking, prevents new exported symbols and finally allows proper control of enabling debug messages.
2014-10-26debug: Fix symbol locality for linker so debug messages are printed againGravatar Martin Szulecki1-16/+3
2014-10-26Supress printing very long plists in debug outputGravatar BALATON Zoltan1-1/+7
2014-10-03common: Fix distcheck targetGravatar Martin Szulecki1-1/+1
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-1/+2
2013-09-27common/debug: remove inline from debug functions to make clang happyGravatar Nikias Bassen1-4/+4
2013-07-13common: Fix malformed binary debug message dumpingGravatar Martin Szulecki1-1/+1
2013-05-23Silence compiler warnings for win32 buildsGravatar Martin Szulecki1-1/+1
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-0/+169