I'm trying to enable xmethods as mentioned in this answer. However, info xmethod returns nothing even if I called enable xmethod beforehand:
(gdb) enable xmethod
(gdb) info xmethod
(gdb)
How can I import the xmethods into my GDB?
Note that this is not a duplicate of How is a GDB xmethod enabled?, since that question is about enabling custom xmethod definitions instead of built-in STL definitions.