Thanks for the reply @mikedoidge
check this log from "GDB Trace console"
113,458 2-gdb-version
113,474 ~"GNU gdb (GDB build.sh rev=g0219b1f s=F930 Earmv8GDB (BLD = 1701)) 9.2\n"
113,475 ~"Copyright (C) 2020 Free Software Foundation, Inc.\n"
113,475 ~"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."
113,476 ~"\nType \"show copying\" and \"show warranty\" for details.\n"
113,476 ~"This GDB was configured as \"--host=i686-w64-mingw32 --target=aarch64-none-elf\".\n"
113,476 ~"Type \"show configuration\" for configuration details.\n"
113,476 ~"For bug reporting instructions, please see:\n"
113,477 ~"<http://www.gnu.org/software/gdb/bugs/>.\n"
113,477 ~"Find the GDB manual and other documentation resources online at:\n <http://www.gnu.org/\
software/gdb/documentation/>."
113,477 ~"\n\n"
113,477 ~"For help, type \"help\".\n"
113,477 ~"Type \"apropos word\" to search for commands related to \"word\".\n"
113,477 2^done
113,478 (gdb)
113,478 3-environment-cd D:/MetaWave/WorkspaceS32/test_example
113,491 3^done
113,491 (gdb)
113,491 4-gdb-set breakpoint pending on
113,511 4^done
113,511 (gdb)
113,512 5-gdb-set detach-on-fork on
113,527 5^done
113,527 (gdb)
113,527 6-enable-pretty-printing
113,543 6^done
113,543 (gdb)
113,543 7-gdb-set python print-stack none
113,564 7^done
113,564 (gdb)
113,565 8-gdb-set print object on
113,581 8^done
113,581 (gdb)
113,582 9-gdb-set print sevenbit-strings on
113,596 9^done
113,596 (gdb)
113,597 10-gdb-set host-charset UTF-8
113,611 10^done
113,611 (gdb)
113,613 11-gdb-set target-charset WINDOWS-1252
113,634 11^done
113,634 (gdb)
113,635 12-gdb-set target-wide-charset UTF-16
113,655 12^done
113,655 (gdb)
113,656 13-gdb-set dprintf-style call
113,670 13^done
113,672 (gdb)
113,673 14source .gdbinit
113,686 &"source .gdbinit\n"
113,689 &".gdbinit: No such file or directory.\n"
113,689 14^error,msg=".gdbinit: No such file or directory."
113,690 (gdb)
113,691 15-gdb-set target-async off
113,702 15^done
113,702 (gdb)
113,704 16-gdb-set record full stop-at-limit off
113,717 16^done
113,718 (gdb)
113,719 17-gdb-set auto-solib-add on
113,738 17^done
113,738 (gdb)
114,758 18py _IS_LOGGING_ENABLED = False
114,758 19py _REMOTE_TIMEOUT = 30
114,758 20py _CORE_NAME = "A53_0"
114,758 21py _SOC_NAME = "S32R45"
114,759 22py _GDB_SERVER_PORT = 45000
114,760 23py _JTAG_SPEED = 16000
114,760 24py _RESET_DELAY = 0
114,760 25py _PROBE_IP = "s32dbg:169.254.157.6"
114,760 26py _RESET_TYPE = None
114,760 27source C:\NXP\S32DS.3.4\eclipse\../S32DS/tools/S32Debugger/Debugger/scripts/s32r45/s32r45_\
generic_bareboard.py
114,768 &"py _IS_LOGGING_ENABLED = False\n"
114,769 18^done
114,769 (gdb)
114,770 &"py _REMOTE_TIMEOUT = 30\n"
114,770 19^done
114,770 (gdb)
114,771 &"py _CORE_NAME = \"A53_0\"\n"
114,771 20^done
114,771 (gdb)
114,772 &"py _SOC_NAME = \"S32R45\"\n"
114,773 21^done
114,773 (gdb)
114,774 &"py _GDB_SERVER_PORT = 45000\n"
114,774 22^done
114,775 (gdb)
114,776 &"py _JTAG_SPEED = 16000\n"
114,776 23^done
114,776 (gdb)
114,777 &"py _RESET_DELAY = 0\n"
114,777 24^done
114,777 (gdb)
114,779 &"py _PROBE_IP = \"s32dbg:169.254.157.6\"\n"
114,779 25^done
114,779 (gdb)
114,780 &"py _RESET_TYPE = None\n"
114,780 26^done
114,780 (gdb)
114,782 &"source C:\\NXP\\S32DS.3.4\\eclipse\\../S32DS/tools/S32Debugger/Debugger/scripts/s32r45/s32\
r45_generic_bareboard.py\n"
114,846 =cmd-param-changed,param="pagination",value="off"
114,859 27^done
114,859 (gdb)
115,865 28py board_init()
115,881 &"py board_init()\n"
115,881 ~"Primary session connecting...\n"
132,142 ~"^Error:127.0.0.1:41475: (undocumented errno 138).:ConnectError(102) File \"<string>\", li\
ne 1, in <module>\n\n File \"C:\\NXP\\S32DS.3.4\\eclipse\\../S32DS/tools/S32Debugger/Debugger/scrip\
ts/s32r45/s32r45_generic_bareboard.py\", line 117, in board_init\n connect()\n\n File \"C:\\NXP\\
\S32DS.3.4\\eclipse\\../S32DS/tools/S32Debugger/Debugger/scripts/s32r45/s32r45_generic_bareboard.py\\
", line 83, in connect\n secure_type, secure_key).unwrap()\n\n File \"C:\\NXP\\S32DS.3.4\\S32DS\\
\tools\\S32Debugger\\Debugger\\scripts\\s32r45/../utils\\gta_lib.py\", line 46, in establish_connect\
ion\n return connect(ctx, probe_ip, jtag, port, timeout, log, preinit_callback_fn, auth_type, sec\
ure_dbg_pwd, target_lifecycle, ccs_port)\n\n File \"C:\\NXP\\S32DS.3.4\\S32DS\\tools\\S32Debugger\\\
Debugger\\scripts\\s32r45/../utils\\errors.py\", line 218, in wrapper\n return Result(Error(error\
code, \"%s\" % e.message))\n\n File \"C:\\NXP\\S32DS.3.4\\S32DS\\tools\\S32Debugger\\Debugger\\scri\
pts\\s32r45/../utils\\errors.py\", line 89, in __init__\n self.stack = traceback.format_stack()\n\
\n"
kindly let me know how to proceed further to solve this issue. Thank you.