[Lldb-commits] [PATCH] Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt command.

Ilia K ki.stfu at gmail.com
Fri Feb 20 08:42:30 PST 2015


In http://reviews.llvm.org/D7783#127464, @zturner wrote:

> Does this work on windows? I see reference to some signal constants?


It can be done like this (right?):

  #ifdef _WIN32
  #define SIGINT 2
  #define SIGSTOP 19
  ...
  #endif // _WIN32


http://reviews.llvm.org/D7783

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list