aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-15[lldb] Remove the legacy FreeBSD pluginMichał Górny1-1080/+0
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo1-2/+2
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny1-2/+3
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny1-7/+5
2020-10-08[lldb] Initial version of FreeBSD remote process pluginMichał Górny1-5/+7
2020-10-07[lldb] Check for and use ptsname_r if availablePavel Labath1-2/+1
2020-07-29[lldb] Make process plugins check whether a hardware breakpoint is requiredTatyana Krasnukha1-0/+3
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+2
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-2/+1
2019-09-24[NFC] Fix typo in the "kind" description for the software single-step breakpointTatyana Krasnukha1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-32/+26
2019-06-11Add support to read aux vector valuesAntonio Afonso1-2/+2
2019-05-16Simplify ArchSpec::IsMIPS()Fangrui Song1-5/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-5/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-10/+10
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere1-2/+1
2018-11-04[LLDB] Fix FreeBSD/Darwin buildDavid Carlier1-4/+6
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-2/+1
2018-11-01[FileSystem] Fix typo in ProcessFreeBSDJonas Devlieghere1-1/+1
2018-11-01[FileSystem] Fix Exists call sitesJonas Devlieghere1-1/+2
2018-09-25Replace boolean parameter with enum value according r342633Tatyana Krasnukha1-2/+2
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-3/+3
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha1-3/+3
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-12/+12
2018-01-10Another attempt to fix FreeBsd buildPavel Labath1-1/+1
2018-01-10Fix windows and freebsd builds for r322174 (Environment)Pavel Labath1-3/+2
2017-10-24[FreeBSD] Remove more dead code. NFCI.Davide Italiano1-26/+0
2017-05-12Rename Error -> Status.Zachary Turner1-49/+51
2017-04-11Remove Plugins/Process/POSIX from include_directoriesPavel Labath1-1/+1
2017-04-06Try to fix FreeBSD build after IWYU changes.Zachary Turner1-0/+1
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-17Fix FreeBSD build broken by r298066Pavel Labath1-2/+4
2017-03-17Move GetAuxvData from Host to relevant process pluginsPavel Labath1-9/+18
2017-03-08Resubmit FileSystem changes.Zachary Turner1-3/+4
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath1-4/+3
2017-03-07Fix FreeBSD build.Zachary Turner1-2/+3
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner1-2/+2
2017-02-23Switch "posix" to the new log channel registration mechanismPavel Labath1-1/+0
2017-02-06Remove the verbose category in the posix channelPavel Labath1-13/+5
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski1-2/+4
2017-01-24FreeBSD ARM support for software single stepEd Maste1-1/+199
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini1-1/+1
2016-11-11Make the Error class constructor protectedMehdi Amini1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-803/+673
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-7/+7