summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-078-12/+12
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-101-8/+8
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-3/+3
* Normalize some lldb #include statements.James Y Knight2018-05-224-7/+3
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-025-43/+42
* Reflow paragraphs in comments.Adrian Prantl2018-04-306-88/+82
* FreeBSD: propagate error to user if memory access failsEd Maste2018-04-211-2/+6
* Another attempt to fix FreeBsd buildPavel Labath2018-01-103-18/+13
* Fix windows and freebsd builds for r322174 (Environment)Pavel Labath2018-01-101-3/+2
* Fix FreeBSD build broken by r320966Pavel Labath2017-12-181-25/+22
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Kill struct IOVECPavel Labath2017-12-012-0/+5
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-1/+1
* [FreeBSD] Remove more dead code. NFCI.Davide Italiano2017-10-241-26/+0
* Report inferior signals as signals, not exceptions, on FreeBSDEd Maste2017-08-104-50/+12
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-031-18/+6
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-4/+3
* FreeBSD ProcessMonitor: map TRAP_CAP to a trace trapEd Maste2017-05-261-0/+4
* Rename Error -> Status.Zachary Turner2017-05-129-108/+110
* Remove Plugins/Process/POSIX from include_directoriesPavel Labath2017-04-115-20/+8
* Try to fix FreeBSD build after IWYU changes.Zachary Turner2017-04-061-0/+1
* Fix a typo introduce in r299200.Nitesh Jain2017-04-051-1/+1
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-311-0/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-222-2/+2
* Fix FreeBSD build broken by r298066Pavel Labath2017-03-171-2/+4
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-9/+18
* One more attempt to fix FreeBSDPavel Labath2017-03-171-0/+4
* Speculative build fix for FreeBSDPavel Labath2017-03-171-1/+3
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-171-3/+35
* 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
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-045-5/+5
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-271-2/+2
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-1/+0
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Remove the verbose category in the posix channelPavel Labath2017-02-062-17/+7
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+13
* FreeBSD ARM support for software single stepEd Maste2017-01-243-7/+231
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-263-6/+6
* Merge Linux and FreeBSD arm64 register contextsPavel Labath2016-11-251-2/+2
* 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-0619-4982/+4053
* 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-184-8/+10
* Generalize child process monitoring functionsPavel Labath2016-05-112-10/+8
OpenPOWER on IntegriCloud