jmittert added a comment.

I believe it's using the one in ntstatus.h

  10.0.16299.0\shared\ntstatus.h
  #define STATUS_BREAKPOINT                ((NTSTATUS)0x80000003L)    // winnt

And `NTSTATUS` is defined as a `LONG` in powerbase.h

  10.0.16299.0\um\powerbase.h
  #define NTSTATUS LONG

which would make it a signed (negative) number.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66445/new/

https://reviews.llvm.org/D66445



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to