>>>>> "Jakub" == Jakub Jelinek <ja...@redhat.com> writes:
Tom> I don't think I really understood DW_MACINFO_GNU_define_opcode, so the Tom> implementation here is probably wrong. Jakub> Well, I think you've skipped it correctly and furthermore even patched Jakub> GCC doesn't emit it. The point of it was to allow skipping unknown Jakub> opcodes. If you implement this opcode fully and say GCC 4.8 adds a new Jakub> vendor opcode, the old implementation would be able to silently skip Jakub> over such opcodes. I implemented this part today, so I think the gdb patch is complete now. Tom