summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix typo in the "kind" description for the software single-step breakpointTatyana Krasnukha2019-09-241-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-32/+26
* Add support to read aux vector valuesAntonio Afonso2019-06-111-2/+2
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-5/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-5/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-10/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-2/+1
* [LLDB] Fix FreeBSD/Darwin buildDavid Carlier2018-11-041-4/+6
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+1
* [FileSystem] Fix typo in ProcessFreeBSDJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-1/+2
* Replace boolean parameter with enum value according r342633Tatyana Krasnukha2018-09-251-2/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-3/+3
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+12
* Another attempt to fix FreeBsd buildPavel Labath2018-01-101-1/+1
* Fix windows and freebsd builds for r322174 (Environment)Pavel Labath2018-01-101-3/+2
* [FreeBSD] Remove more dead code. NFCI.Davide Italiano2017-10-241-26/+0
* Rename Error -> Status.Zachary Turner2017-05-121-49/+51
* Remove Plugins/Process/POSIX from include_directoriesPavel Labath2017-04-111-1/+1
* Try to fix FreeBSD build after IWYU changes.Zachary Turner2017-04-061-0/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Fix FreeBSD build broken by r298066Pavel Labath2017-03-171-2/+4
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-9/+18
* Resubmit FileSystem changes.Zachary Turner2017-03-081-3/+4
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-4/+3
* Fix FreeBSD build.Zachary Turner2017-03-071-2/+3
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-2/+2
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-1/+0
* Remove the verbose category in the posix channelPavel Labath2017-02-061-13/+5
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* FreeBSD ARM support for software single stepEd Maste2017-01-241-1/+199
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-803/+673
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-7/+7
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-4/+4
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-091-17/+0
* Try to fix FreeBSD build.Zachary Turner2015-09-021-12/+12
* Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*)Sylvestre Ledru2015-08-281-0/+14
* Remove eNewThreadMessage from FreeBSD process monitorEd Maste2015-07-281-14/+1
* Remove POSIX thread/process abstractionEd Maste2015-07-281-11/+796
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+2
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-5/+3
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-8/+1
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-2/+1
OpenPOWER on IntegriCloud