This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
How to use gdbserver for X86 host with arm-linux target ?
- From: karl leplat <karl dot leplat at parrot dot com>
- To: <gdb at sourceware dot org>
- Date: Mon, 12 Sep 2011 13:24:01 +0200
- Subject: How to use gdbserver for X86 host with arm-linux target ?
Hi,
When i inserted a hardware breakpoint, i got the result :
Side gdb:
Warning:
Cannot insert hardware breakpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.
Side gdbserver:
In the file: "gdbserver/linux-arm-low.c" , i have seen that the target
has not registered the function insert_point.
Is it normal ? Is there a solution ?
Best regards,