[Lldb-commits] [PATCH] D30250: Switch "posix" to the new log channel registration mechanism

2017-02-23 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL295954: Switch "posix" to the new log channel registration mechanism (authored by labath). Changed prior to commit: https://reviews.llvm.org/D30250?vs=89348&id=89486#toc Repository: rL LLVM https://

[Lldb-commits] [PATCH] D30250: Switch "posix" to the new log channel registration mechanism

2017-02-22 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski accepted this revision. krytarowski added a comment. This revision is now accepted and ready to land. I had locally code registering NetBSD specific log channel and this patch is removing this needless code. Thank you for this work! https://reviews.llvm.org/D30250 ___

[Lldb-commits] [PATCH] D30250: Switch "posix" to the new log channel registration mechanism

2017-02-22 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. This also removes magic rename code, which caused the channel to be called "linux" when built on a linux machine, and "freebsd" when built on a freebsd one, which seems unnecessary - registering a new channel is sufficiently simple now that if we wish to log something