summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD
Commit message (Expand)AuthorAgeFilesLines
* Fix process launch failure on FreeBSD after r365761Dimitry Andric2019-10-102-26/+32
* [NFC] Fix typo in the "kind" description for the software single-step breakpointTatyana Krasnukha2019-09-241-1/+1
* Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath2019-09-051-6/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-243-91/+75
* [LLDB] Fix FreeBSD build.David Carlier2019-07-112-19/+24
* Remove null checks of results of new expressionsPavel Labath2019-07-015-5/+5
* [LLDB] Fix FreeBSD buildDavid Carlier2019-06-121-1/+1
* Add support to read aux vector valuesAntonio Afonso2019-06-112-3/+3
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-5/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-105-43/+0
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-114-30/+30
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-133-15/+15
* [LLDB] FreeBSD suppress compilation warningDavid Carlier2019-01-311-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1919-76/+57
* Remove header grouping comments.Jonas Devlieghere2018-11-116-19/+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-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
OpenPOWER on IntegriCloud