zephyr/subsys/debug
Daniel Leung d2b072078d debug: thread_analyzer: fix casting pointer to int warning
In thread_analyzer_auto(), it casts one function argument
directly into unsigned int. However, on 64-bit platforms,
the compiler complains about casting from pointer of
different size (-Wpointer-to-int-cast). So cast it first to
uintptr_t before casting it into unsigned int.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-08-01 12:35:34 +02:00
..
coredump everywhere: replace double words 2024-06-22 05:40:22 -04:00
gdbstub subsys/debug: relocate gdbstub stuff into its folder 2024-06-04 22:36:51 -04:00
symtab subsys/debug: relocate symtab Kconfig 2024-06-04 22:36:51 -04:00
asan_hacks.c
CMakeLists.txt subsys/debug: relocate gdbstub stuff into its folder 2024-06-04 22:36:51 -04:00
Kconfig debug: thread_analyzer: Option to analyze threads on each core separately 2024-07-30 18:25:40 +01:00
mipi_stp_decoder.c debug: no UNALIGNED_ACCESS_SUPPORTED for cortex M0 or M0plus 2024-06-28 12:21:18 -04:00
thread_analyzer.c debug: thread_analyzer: fix casting pointer to int warning 2024-08-01 12:35:34 +02:00
thread_info.c