summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Factor out common string match code for POSIX log enable/disableEd Maste2013-07-221-32/+32
| | | | llvm-svn: 186822
* Fix the Linux build issues introduced by r178191.Ashok Thirumurthi2013-03-281-22/+27
| | | | | | | | | - All Linux logging channels now use a single global instance of lldb_private::Log, to handle the case of logging during process tear down. - Also removed a single use of LogSP in FreeBSD and fixed a typo in a comment while reading through ProcessKDPLog. Reviewed by Daniel Malea. llvm-svn: 178242
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-35/+28
| | | | llvm-svn: 151072
* Fix incomplete commit of ↵Johnny Chen2012-01-051-0/+195
http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: This patch combines common code from Linux and FreeBSD into a new POSIX platform. It also contains fixes for 64bit FreeBSD. The patch is based on changes by Mark Peek <mp@FreeBSD.org> and "K. Macy" <kmacy@freebsd.org> in their github repo located at https://github.com/fbsd/lldb. llvm-svn: 147613
OpenPOWER on IntegriCloud