aboutsummaryrefslogtreecommitdiff
path: root/include/common/debug.h
AgeCommit message (Expand)Author
2018-10-10Reorder log level macro definitions for clarityJohn Tsichritzis
2018-08-30Fix MISRA defects in log helpersAntonio Nino Diaz
2018-08-30backtrace: Print backtrace in assert() and panic()Antonio Nino Diaz
2018-08-30backtrace: Introduce backtrace functionDouglas Raillard
2018-08-22libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz
2018-08-22tf_printf: Return number of printed charactersAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-07-13Run compiler on debug macros for type checkingSandrine Bailleux
2017-09-11Implement log frameworkSoby Mathew
2017-09-11Introduce tf_vprintf() and tf_string_print()Soby Mathew
2017-05-24Introduce `tf_snprintf`Antonio Nino Diaz
2017-05-03Use SPDX license identifiersdp-arm
2017-03-31Add support for GCC stack protectionDouglas Raillard
2016-03-22Make cpu operations warning a VERBOSE printSoby Mathew
2015-03-06Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux
2014-08-12Add concept of console output log levelsDan Handley
2014-07-28Rework the crash reporting in BL3-1 to use less stackSoby Mathew
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Move include and source files to logical locationsDan Handley