diff --git a/lldb/test/API/tools/lldb-server/main.cpp b/lldb/test/API/tools/lldb-server/main.cpp index 36ad21c4fedfe..21e46ef4e1b6e 100644 --- a/lldb/test/API/tools/lldb-server/main.cpp +++ b/lldb/test/API/tools/lldb-server/main.cpp @@ -355,7 +355,7 @@ int main(int argc, char **argv) { trap(); #if !defined(_WIN32) } else if (arg == "stop") { - raise(SIGSTOP); + raise(SIGINT); #endif } else { // Treat the argument as text for stdout.