summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
AgeCommit message (Expand)Author
2021-02-15[lldb] Remove the legacy FreeBSD pluginMichał Górny
2020-12-13[lldb] [Process/FreeBSD] Add more 'override' keywordsMichał Górny
2020-10-27[lldb] [Process/FreeBSD] Fix missing namespace qualifierMichał Górny
2020-10-26[lldb] Modernize PseudoTerminal::ForkPavel Labath
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-10Fix process launch failure on FreeBSD after r365761Dimitry Andric
2019-09-05Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-11[LLDB] Fix FreeBSD build.David Carlier
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-31[LLDB] FreeBSD suppress compilation warningDavid Carlier
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-21FreeBSD: propagate error to user if memory access failsEd Maste
2018-01-10Another attempt to fix FreeBsd buildPavel Labath
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-08-10Report inferior signals as signals, not exceptions, on FreeBSDEd Maste
2017-07-03Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath
2017-06-06replace uses of strerror with llvm::sys::StrErrorPavel Labath
2017-05-26FreeBSD ProcessMonitor: map TRAP_CAP to a trace trapEd Maste
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-11Remove Plugins/Process/POSIX from include_directoriesPavel Labath
2017-02-16Finish breaking the dependency from Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-24FreeBSD ARM support for software single stepEd Maste
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-05-11Generalize child process monitoring functionsPavel Labath
2016-01-04[FreeBSD] Use a cast sledgehammer to placate newer versions of clang.Davide Italiano
2015-07-28Remove POSIX thread/process abstractionEd Maste
2015-07-14Fix FreeBSD build.Chaoren Lin
2015-06-24Reduce FreeBSD log spamEd Maste
2015-06-01Refactor many file functions to use FileSpec over strings.Ed Maste
2015-03-27Move debug register output into __amd64__ (FreeBSD)Ed Maste
2015-03-22Use POSIX pid_t and not lldb::pid_t.Davide Italiano
2015-03-03Fix FreeBSD build after r231145Ed Maste
2015-02-06Fix TestProcesslaunch regression caused by D7372Pavel Labath
2015-02-05Avoid leakage of file descriptors in LLDB (apply r228130 to FreeBSD)Ed Maste
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin
2014-11-19Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov
2014-11-12Improve PowerPC unwind supportJustin Hibbits
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits
2014-09-30Fix FreeBSD build.Zachary Turner
2014-09-09Create a HostThread abstraction.Zachary Turner