Unable to use GDB on local machine

I am using QNX When ever I invoke GDB
I get error as “cannot find bounds of current function”

This is on the local target.

Plz comment

Problem solved just used

(gdb) b main
(gdb) run
(gdb) continue /After using this command i was able to step in/
(gdb) s