Re: Problems in running gdb/gdbserver
Keith Seitz <[email protected]>
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 11/17/2010 11:43 PM, Pan ruochen wrote: > But I got some problems. > 1. There is not a xxx-insight executable created in the installation directory. You are attempting to build for MinGW, and I haven't committed a series of patches to make this work yet. Stay tuned... > 2. gdb can set breakpoints and traps on the breakpoints, but it can't > step one instruction. > The gdbserver reports > ptrace: Input/output error. > The gdb reports > Warning: Remote failure reply: E01 Since you did this part without Insight (i.e., it's a "simple" gdb question), I would encourage you to ask on the gdb@ mailing list, since that' where many, many more (and more knowledgeable) people hang out. Keith