This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

message: "Cannot find bounds of current function"


what does that message mean?
i have start a executeable remotely via the command:
gdbserver 192.168.0.10:1234 ./stubs

then started gdb and did the following.

(gdb) file /tmp/stubs/src/stubs
Reading symbols from /tmp/stubs/src/stubs...done.
(gdb) target extended-remote 192.168.0.10:1234
Remote debugging using 192.168.0.10:1234
0x400009c0 in ?? ()
(gdb) break main
Breakpoint 1 at 0x8048338: file main.c, line 8.
(gdb) n
Cannot find I bounds of current function
(gdb)

any ideas?
thanks



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]