nuttx/libs/libc/gdbstub
xuxingliang dc3ab55e6d libc/gdbstub: avoid RLE decoding special characters
Read/write special data like 0x2a2a2a2a will trigger this issue.
The current GDB implementation has this flaw. GDB processes the RLE
decoding before espaping the data, make it impossible to repeate special
characters.

The details can be seen in GDB source code remote.c
remote_target::read_frame function.

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2025-01-21 18:26:42 +08:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
Kconfig Fix Kconfig style 2024-11-20 16:45:40 -03:00
lib_gdbstub.c libc/gdbstub: avoid RLE decoding special characters 2025-01-21 18:26:42 +08:00
Make.defs libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00