Lines Matching full:remote
4 # This module will enable GDB remote packet logging when the
184 '''Start logging GDB remote packets by enabling logging with timestamps and
190 description='''The command enables GDB remote packet logging with timestamps. The packets will be logged to <LOGFILEPATH> if supplied, or a temporary file will be used. Logging stops when stop_gdb_log is called and the packet times will
209 debugger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % g_log_file);
217 '''Stop logging GDB remote packets to the file that was specified in a call
226 description='''The command stops a previously enabled GDB remote packet logging command. Packet logging must have been previously enabled with a call to start_gdb_log.'''
251 debugger.HandleCommand('log disable gdb-remote packets');
861 (lldb) log enable --threadsafe --timestamp --file <FILE> gdb-remote packets
865 for GDB remote commands to make a send/receive round trip. This can be
1003 description='''The command disassembles a GDB remote packet log.'''
1029 print "# GDB remote log file: '%s'" % file