Searched refs:func_info (Results 1 – 1 of 1) sorted by relevance
144 def parse_function_arguments(func_info): argument158 if '(' not in func_info:160 func_params = func_info[func_info.index('(')+1:-1]197 func_info = gdb.execute('whatis {}'.format(function),203 'arguments' : parse_function_arguments(func_info)})