nuttx/libs/libc/machine/arm
yangao1 34aef9cbec armv7a:add cfi instrcutions to debug
(gdb) bt
    #0  memset () at machine/arm/armv7-a/gnu/arch_memset.S:45
    #1  0x0407222e in memset (n=4, c=65, s=0x40269d94) at /home/mi/ssd/dev-system/nuttx/include/string.h:203
    #2  test_memset () at hello_main.c:57
    #3  hello_main (argc=<optimized out>, argv=<optimized out>) at hello_main.c:66
    #4  0x0403f1de in nxtask_startup (entrypt=0x40721b1 <hello_main>, argc=1, argv=0x40269628) at sched/task_startup.c:72
    #5  0x0400c66a in nxtask_start () at task/task_start.c:104
    #6  0x00000000 in ?? ()

Signed-off-by: yangao1 <yangao1@xiaomi.com>
2025-12-18 22:05:12 +08:00
..
arm libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
armv6-m libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
armv7-a armv7a:add cfi instrcutions to debug 2025-12-18 22:05:12 +08:00
armv7-m libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
armv7-r memset: add none NEON version support for armv7-a/r 2025-12-18 22:05:12 +08:00
armv8-m libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
armv8-r libs/libc: Fix Kconfig issue for memcpy and memset 2025-11-07 13:04:20 +01:00
aeabi_memclr.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memclr4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memclr8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memcpy.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memcpy4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memcpy8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memmove.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memmove4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memmove8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memset.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memset4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memset8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
arch_atexit.c libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_crc32.c libc/arm: optimize crc32/crc32c for arm 2025-04-04 09:51:50 -03:00
arch_dummy.c arch/arm: Move lib_dummy.c from arch/arm/src/common/ghs to libs/libc/machine/arm 2025-06-30 09:56:27 +08:00
arch_mcount.S libc/mcount: compatible with armv6m mcount implementation 2025-07-10 18:06:03 +08:00
arch_setjmp.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_unwind_find_exidx.c libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
CMakeLists.txt libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
Kconfig libc/arm: optimize crc32/crc32c for arm 2025-04-04 09:51:50 -03:00
Make.defs libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
tc32_setjmp.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00