For example, while writing GDB Macros, I can give something like:
list_iterate $arg0
If my list_iterate() function in the C code looks like
list_iterate(list_node *)
In the LLDB Python API, how do I do the same thing, i.e call and execute a function from the C code? I've scoured the documentation but can't seem to find something like this