[Lldb-commits] [PATCH] D17510: [linux] Remove all traces of signalfd(2)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 22 08:41:42 PST 2016


labath created this revision.
labath added reviewers: tberghammer, ovyalov.
labath added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

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.

http://reviews.llvm.org/D17510

Files:
  include/lldb/Host/linux/Signalfd.h
  source/Host/android/LibcGlue.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  tools/lldb-server/lldb-gdbserver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17510.48692.patch
Type: text/x-patch
Size: 3046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160222/8f925ed2/attachment.bin>


More information about the lldb-commits mailing list