Alex thanks for the reply,
I don't know what the debug symbol is, but my target system is QNX aarch64
below are the configuration of GDB,
(gdb) show configuration
This GDB was configured as follows:
configure --host=x86_64-pc-linux-gnu --target=aarch64-unknown-nto-qnx7.1.0
--with-auto-load-dir=$debugdir:$datadir/auto-load
--with-auto-load-safe-path=$debugdir:$datadir/auto-load
--without-expat
--with-gdb-datadir=/opt/qnx710/host/linux/x86_64/usr/share/gdb (relocatable)
--with-jit-reader-dir=/opt/qnx710/host/linux/x86_64/usr/lib/gdb (relocatable)
--without-libunwind-ia64
--without-lzma
--without-babeltrace
--without-intel-pt
--disable-libmcheck
--without-mpfr
--with-python=/opt/qnx710/host/linux/x86_64/usr (relocatable)
--without-guile
--with-separate-debug-dir=/opt/qnx710/host/linux/x86_64/usr/lib/debug (relocatable)
--with-sysroot=/opt/qnx710/target/qnx7/aarch64
while I got the below result, after executing the x/10i $pc
(gdb) x/10i $pc
=> 0x100000: .inst 0x5371242b ; undefined
0x100004: fcmla v21.8h, v3.8h, v16.h[1], #270
0x100008: .inst 0x64657472 ; undefined
0x10000c: ldnp d26, d27, [x9, #-176]
0x100010: .inst 0x72706974 ; undefined
0x100014: .inst 0x7365636f ; undefined
0x100018: .inst 0x733b2b73 ; undefined
0x10001c: fnmls z23.h, p0/m, z19.h, z18.h
0x100020: .inst 0x3b2b6b61 ; undefined
0x100024: .inst 0x72627768 ; undefined
Can you please let me know how I can step in ?
When I press c it does not execute further and hangs..
Faiq