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]

[RFA v2 0/3] Handle dereferencing Rust trait objects


This is version 2 of the patch for inspecting Rust trait objects.

I think this version addresses the comments from the earlier version:

* Use a std::vector rather than unordered_map -- note that a temporary
  set was needed to avoid temporarily making a gigantic vector in the
  libxul case.

* Change a reinterpret_cast to a static_cast.

* Use readelf to check the test's debuginfo before proceeding.

I've also tacked on a couple of patches that we discussed; one to
change the "subclass" information for struct symbol to use an enum,
and one to change template_symbol to use derivation.

Tested on x86-64 Fedora 25.

Tom


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