gcc_jit_context_dump_to_file

To help with debugging: dump a C-like representation to the given path, describing what's been set up on the context.

If "update_locations" is true, then also set up gcc_jit_location information throughout the context, pointing at the dump file as if it were a source file. This may be of use in conjunction with GCC_JIT_BOOL_OPTION_DEBUGINFO to allow stepping through the code in a debugger.

extern (C)
void
gcc_jit_context_dump_to_file

Meta