summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
Commit message (Collapse)AuthorAgeFilesLines
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-0/+6
| | | | | | | | This was previously initialized by ProcessGDBRemote::Initialize but lldb-server does not contain ProcessGDBRemote anymore so this needs to be initialized directly. Differential Revision: http://reviews.llvm.org/D8186 llvm-svn: 231966
* Update for Linux->POSIX renameEd Maste2013-06-241-8/+8
| | | | | | | Revision r147613 (2341d35) renamed this file with s/Linux/POSIX/, but header guards and comments were not updated to match. llvm-svn: 184741
* Add a new constructor with ConstString (and not only const char *). ↵Sylvestre Ledru2013-05-131-0/+5
| | | | | | Hopefully fixes the build of lldb llvm-svn: 181694
* Fix the Linux build issues introduced by r178191.Ashok Thirumurthi2013-03-281-2/+2
| | | | | | | | | - 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-2/+2
| | | | llvm-svn: 151072
* Fix incomplete commit of ↵Johnny Chen2012-01-051-0/+106
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