Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old local-only linux debugging code | Pavel Labath | 2015-06-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Summary: Currently, the local-only path fails about 50% of the tests, which means that: a) nobody is using it; and b) the remote debugging path is much more stable. This commit removes the local-only linux debugging code (ProcessLinux) and makes remote-loopback the only way to debug local applications (the same architecture as OSX). The ProcessPOSIX code is moved to the FreeBSD directory, which is now the only user of this class. Hopefully, FreeBSD will soon move to the new architecture as well and then this code can be removed completely. Test Plan: Test suite passes via remote stub. Reviewers: emaste, vharron, ovyalov, clayborg Subscribers: tberghammer, emaste, lldb-commits Differential Revision: http://reviews.llvm.org/D10661 llvm-svn: 240543 | ||||
* | Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging | Robert Flack | 2015-03-11 | 1 | -0/+18 |
| | | | | | | | | 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 | ||||
* | Factor out common string match code for POSIX log enable/disable | Ed Maste | 2013-07-22 | 1 | -32/+32 |
| | | | | llvm-svn: 186822 | ||||
* | Fix the Linux build issues introduced by r178191. | Ashok Thirumurthi | 2013-03-28 | 1 | -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 Clayton | 2012-02-21 | 1 | -35/+28 |
| | | | | llvm-svn: 151072 | ||||
* | Fix incomplete commit of ↵ | Johnny Chen | 2012-01-05 | 1 | -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 |