Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dremote-e7000.c144 static int ctrl_c; variable
1795 ctrl_c = 2; in e7000_command()
1798 ctrl_c = 0; in e7000_command()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1077 char ctrl_c = '\x03'; in SendInterrupt() local
1079 size_t bytes_written = Write (&ctrl_c, 1, status, NULL); in SendInterrupt()