On 21.02.2012 23:52, Cristian Zamfir wrote: > Thank you, that would be very useful. Is there a quick way to see the names of all available API functions, just in case there are more undocumented ones, other than looking into the gdb/python/ directory and infer from the Python bindings (e.g., py-block.c)? You may find the python function dir() very handy to find undocumented functions; this lists you all methods and attributes of the class. - Joachim