This is the mail archive of the gdb@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: MinGW setjmp SEGV


Dave Murphy wrote:
Thanks for posting the patch. I got inspired to have another go at building an arm-elf Insight under mingw/msys. I've now managed to build Inisght 6.1 with gdb 6.3 up to a point. I have a functioning gdb but I'm having problems with some deprecated functions in gdbtk-cmds.c and gdb-register.c. Do you know what I need to use instead of these functions?

bfd_get_section_size_before_reloc'

This can be replaced with bfd_get_section_size().


DEPRECATED_REGISTER_CONVERTIBLE'
DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL
DEPRECATED_REGISTER_VIRTUAL_SIZE

These can just be removed. See http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-register.c.diff?r1=1.24&r2=1.25&cvsroot=src&f=h


HTH
Andrew Stubbs


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