Hi Khem Raj,

Thankyou very much for quick solution.

I backported patch and added below line in local.conf and its working fine.
IMAGE_INSTALL:append = " gcc-runtime-dbg"

but but when i am checking
info pretty-printer i am not seeing libstdc++-v6 in the list
(gdb) info pretty-printer
global pretty-printers:
builtin
mpx_bound128

But I was expecting
(gdb) info pretty-printer
global pretty-printers:
builtin
mpx_bound128
libstdc++-v6

Can you please comment on this?