Lines Matching refs:log_file
30 global log_file
31 if log_file:
32 result.PutCString ('error: logging is already in progress with file "%s"', log_file)
36 log_file = tempfile.mktemp()
38 log_file = args[0]
40 if log_file:
41 debugger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % log_file);
42 result.PutCString ("GDB packet logging enable with log file '%s'\nUse the 'stop_gdb_log' command to stop logging and show packet statistics." % log_file)
63 for log_file in args:
64 parse_log_file (log_file, options)