[Lldb-commits] [PATCH] D30250: Switch "posix" to the new log channel registration mechanism
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 22 04:18:37 PST 2017
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 extremely
os-specific, we can just create a new channel. None of the current
categories seem very specific to one OS or another.
https://reviews.llvm.org/D30250
Files:
packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py
source/Initialization/SystemInitializerCommon.cpp
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
source/Plugins/Process/POSIX/ProcessPOSIXLog.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30250.89348.patch
Type: text/x-patch
Size: 11834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170222/dfb52fdd/attachment-0001.bin>
More information about the lldb-commits
mailing list