Here is my gdb traces view:
807,780 1-gdb-version
807,782 ~"GNU gdb (GNU Arm Embedded Toolchain 10.3-2021.07) 10.2.90.20210621-git\n"
807,782 ~"Copyright (C) 2021 Free Software Foundation, Inc.\n"
807,783 ~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is fre\
e software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitt\
ed by law."
807,783 ~"\nType \"show copying\" and \"show warranty\" for details.\n"
807,783 ~"This GDB was configured as \"--host=i686-w64-mingw32 --target=arm-none-eabi\".\n"
807,783 ~"Type \"show configuration\" for configuration details.\n"
807,783 ~"For bug reporting instructions, please see:\n"
807,783 ~"<https://www.gnu.org/software/gdb/bugs/>.\n"
807,783 ~"Find the GDB manual and other documentation resources online at:\n <http://www.gnu.org/\
software/gdb/documentation/>."
807,783 ~"\n\n"
807,783 ~"For help, type \"help\".\n"
807,783 ~"Type \"apropos word\" to search for commands related to \"word\".\n"
807,784 1^done
807,784 (gdb)
807,784 2-environment-cd C:/work/KDSWorkspacePrintf/Larry_Printf
807,797 2^done
807,797 (gdb)
807,798 3-gdb-set breakpoint pending on
807,813 3^done
807,813 (gdb)
807,813 4-gdb-set print object on
807,829 4^done
807,829 (gdb)
807,829 5-gdb-set print sevenbit-strings on
807,845 5^done
807,845 (gdb)
807,845 6-gdb-set charset ISO-8859-1
807,846 6^done
807,846 (gdb)
807,846 7source .gdbinit
807,861 &"source .gdbinit\n"
807,863 &".gdbinit: No such file or directory.\n"
807,863 7^error,msg=".gdbinit: No such file or directory."
807,863 (gdb)
807,863 8-gdb-set auto-solib-add on
807,877 8^done
807,877 (gdb)
807,878 9-file-exec-and-symbols C:/work/KDSWorkspacePrintf/Larry_Printf/Debug/Larry_Printf.elf
807,904 9^done
807,904 (gdb)
807,904 10-gdb-show language
807,923 10^done,value="auto"
807,923 (gdb)
807,923 11-gdb-set language c
807,939 11^done
807,939 (gdb)
807,939 12-interpreter-exec console "p/x (char)-1"
807,955 ~"$1 = 0xff\n"
807,955 12^done
807,955 (gdb)
807,956 13-data-evaluate-expression "sizeof (void*)"
807,971 13^done,value="4"
807,971 (gdb)
807,972 14-gdb-set language auto
807,987 14^done
807,987 (gdb)
807,987 15-interpreter-exec console "show endian"
807,988 ~"The target endianness is set automatically (currently little endian).\n"
807,988 15^done
807,988 (gdb)
807,990 16-break-insert -t main.c:main
808,693 16^done,bkpt={number="1",type="breakpoint",disp="del",enabled="y",addr="0x000004e0",func="ma\
in",file="../Sources/main.c",fullname="C:\\work\\KDSWorkspacePrintf\\Larry_Printf\\Sources\\main.c",\
line="49",thread-groups=["i1"],times="0",original-location="main.c:main"}
808,693 (gdb)
808,701 17-break-insert -t main
808,713 17^done,bkpt={number="2",type="breakpoint",disp="del",enabled="y",addr="0x000004e0",func="ma\
in",file="../Sources/main.c",fullname="C:\\work\\KDSWorkspacePrintf\\Larry_Printf\\Sources\\main.c",\
line="49",thread-groups=["i1"],times="0",original-location="main"}
808,713 (gdb)
808,714 18-exec-run
808,728 18^error,msg="Don't know how to run. Try \"help target\"."
808,728 (gdb)
808,729 19-gdb-exit
808,744 19^exit