Signalfd is not used in the code anymore, and given that the same functionality can be achieved
with the new MainLoop class, it's unlikely we will need it in the future. Remove all traces of
it.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D17510
[linux] Remove all traces of signalfd(2) ClosedPublic Authored by labath on Feb 22 2016, 8:41 AM.
Details Summary Signalfd is not used in the code anymore, and given that the same functionality can be achieved
Diff Detail Event Timelinelabath updated this object. Herald added subscribers: srhines, danalbert, tberghammer. · View Herald TranscriptFeb 22 2016, 8:41 AM This revision is now accepted and ready to land.Feb 22 2016, 9:55 AM Closed by commit rL261631: [linux] Remove all traces of signalfd(2) (authored by labath). · Explain WhyFeb 23 2016, 4:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 48692 include/lldb/Host/linux/Signalfd.h
source/Host/android/LibcGlue.cpp
source/Plugins/Process/Linux/NativeProcessLinux.cpp
tools/lldb-server/lldb-gdbserver.cpp
|