index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow disabling libunwind for backtrace (stability, default disabled for arm3...
Sven Gothel
2022-04-24
1
-4
/
+13
*
SIGSEGV workaround in jau::get_backtrace(..) of libunwind [1.3 - 1.6.2]'s unw...
Sven Gothel
2022-03-04
1
-0
/
+14
*
jau::get_backtrace(..): Check all libunwind return values for errors
Sven Gothel
2022-03-04
1
-4
/
+17
*
debug.cpp: Change backtrace depth: ABORT -> all frames, ERR_PRINT* -> 4 frames
v0.4.6
Sven Gothel
2021-09-27
1
-3
/
+3
*
Fix jau::get_backtrace(..): max_frames>0 was _never_ leading to to collect an...
v0.4.5
Sven Gothel
2021-09-23
1
-8
/
+8
*
Add 'fprintf_td(FILE* stream, const char * format, ...) noexcept', fprintf(.....
Sven Gothel
2021-02-14
1
-0
/
+9
*
Consolidate conversion to hex and decimal string: template<> to_hexstring() a...
Sven Gothel
2021-02-10
1
-10
/
+10
*
basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...
Sven Gothel
2021-02-08
1
-1
/
+1
*
debug: get_backtrace(..): Add max_frames to limit output, document semantics
Sven Gothel
2021-01-11
1
-8
/
+9
*
debug.hpp: Have PLAIN_PRINT(..) only optionally print the prefix
Sven Gothel
2020-12-03
1
-2
/
+4
*
debug.cpp: Use jau::uint64DecString(..) instead of fprintf's decimal separato...
Sven Gothel
2020-12-02
1
-10
/
+10
*
debug: [get|print]_backtrace(..): Add 'skip_anon_frames' arg to suppress addi...
Sven Gothel
2020-10-19
1
-12
/
+22
*
Compile clean on g++ 8+10 on 64bit and 32bit with full Warnings (=Error)
Sven Gothel
2020-10-17
1
-2
/
+2
*
Add standalone Eclipse CDT project; Fixing one -Wformat-security warning/error
Sven Gothel
2020-10-16
1
-1
/
+1
*
Move jaucpp files to root-folder
Sven Gothel
2020-10-16
1
-0
/
+183