Home
last modified time | relevance | path

Searched refs:parsed_functions (Results 1 – 1 of 1) sorted by relevance

/tools/security/gdb/
Dparameters_extract.py214 def functions_to_breakpoint(parsed_functions): argument
229 for function in reversed(parsed_functions):
248 def run(parsed_functions): argument
257 names = [function['name'] for function in parsed_functions]
258 breakpoints = functions_to_breakpoint(parsed_functions)