[PATCH] Better handling for realpath() failures in windows_make_so() on Cygwin

Pedro Alves palves@redhat.com
Wed Jan 20 16:19:00 GMT 2016


#define SO_NAME_MAX_PATH_SIZE 512       /* FIXME: Should be dynamic */

How about just removing the limit altogether?

Basically, make struct so_list::so_original_name and
struct so_list::so_name pointers instead of arrays?

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list