aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling libunwind for backtrace (stability, default disabled for arm3...Sven Gothel2022-04-241-4/+13
* SIGSEGV workaround in jau::get_backtrace(..) of libunwind [1.3 - 1.6.2]'s unw...Sven Gothel2022-03-041-0/+14
* jau::get_backtrace(..): Check all libunwind return values for errorsSven Gothel2022-03-041-4/+17
* debug.cpp: Change backtrace depth: ABORT -> all frames, ERR_PRINT* -> 4 framesv0.4.6Sven Gothel2021-09-271-3/+3
* Fix jau::get_backtrace(..): max_frames>0 was _never_ leading to to collect an...v0.4.5Sven Gothel2021-09-231-8/+8
* Add 'fprintf_td(FILE* stream, const char * format, ...) noexcept', fprintf(.....Sven Gothel2021-02-141-0/+9
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-10/+10
* basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...Sven Gothel2021-02-081-1/+1
* debug: get_backtrace(..): Add max_frames to limit output, document semanticsSven Gothel2021-01-111-8/+9
* debug.hpp: Have PLAIN_PRINT(..) only optionally print the prefixSven Gothel2020-12-031-2/+4
* debug.cpp: Use jau::uint64DecString(..) instead of fprintf's decimal separato...Sven Gothel2020-12-021-10/+10
* debug: [get|print]_backtrace(..): Add 'skip_anon_frames' arg to suppress addi...Sven Gothel2020-10-191-12/+22
* Compile clean on g++ 8+10 on 64bit and 32bit with full Warnings (=Error)Sven Gothel2020-10-171-2/+2
* Add standalone Eclipse CDT project; Fixing one -Wformat-security warning/errorSven Gothel2020-10-161-1/+1
* Move jaucpp files to root-folderSven Gothel2020-10-161-0/+183