[Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 06:22:20 PDT 2015
labath added a subscriber: labath.
labath added a comment.
The fact that LinuxSignals specifies different numbers and dispositions for SIGCHLD and SIGCLD is certainly a bug. If you fix that, then your alternative (2) becomes feasible. I think (2) is a better solution than the current proposed one.
Repository:
rL LLVM
http://reviews.llvm.org/D13646
More information about the lldb-commits
mailing list