This is the mail archive of the gdb-patches@sourceware.org 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]

Re: RFC: move agent opcodes to common file


On Sunday 20 February 2011 06:23:18, Hui Zhu wrote:
> But when I try to add 0x31 to ax.def, I got some build error with gdbserver:
...

> DEFOP (invalid2, 0, 0, 0, 0, 0x2f)

I think that 0x2f here is a pasto and should have been 0x31, so
you probably want to replace it with your opcode, not add a new
entry.

-- 
Pedro Alves


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