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]

[patch] Fix ADL anonymous type crash


If one attempts to make an inferior function call with an anonymous type gdb will crash in make_symbol_overload_list_adl_namespace because the type has no name. This patch fixes and tests that scenario.

Thanks,
  Sami

Attachment: adl-anony-type.patch
Description: Text document


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