[Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 10:24:52 PDT 2015
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
I would prefer to add an alias name instead of a serial number. If a signal has more than one possible name, I would rather see that documented up front. It also makes for clearer debugging when you get a specific signal. If a signal gets hits, we should show both names if the stop reply.
Repository:
rL LLVM
http://reviews.llvm.org/D13646
More information about the lldb-commits
mailing list