Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. I am a bit worried about the hole between SIGLIBRT and SIGRTMIN, but I don't know enough about FreeBSD to tell if that's a problem. If I were you, I would check if there is a way to generate signals numbered 34..64, even if they don't have symbolic names (e.g., what will raise(34) do?). LLDB seems to eat signals which are not in this list, so I would add those numbers with made up signal names if there is any chance they can be generated by an application.
Comment Actions
Good point, I'll take care of this in a subsequent commit, after looking into why we ended up with the hole.