summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-18/+18
* [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-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-29/+29
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+24
* FreeBSD: propagate error to user if memory access failsEd Maste2018-04-211-2/+6
* Another attempt to fix FreeBsd buildPavel Labath2018-01-101-14/+9
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Report inferior signals as signals, not exceptions, on FreeBSDEd Maste2017-08-101-1/+3
* 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-121-19/+19
* Remove Plugins/Process/POSIX from include_directoriesPavel Labath2017-04-111-1/+1
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* FreeBSD ARM support for software single stepEd Maste2017-01-241-5/+13
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1159/+985
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* Generalize child process monitoring functionsPavel Labath2016-05-111-8/+7
* [FreeBSD] Use a cast sledgehammer to placate newer versions of clang.Davide Italiano2016-01-041-2/+2
* Remove POSIX thread/process abstractionEd Maste2015-07-281-3/+3
* Fix FreeBSD build.Chaoren Lin2015-07-141-3/+3
* Reduce FreeBSD log spamEd Maste2015-06-241-4/+2
* Refactor many file functions to use FileSpec over strings.Ed Maste2015-06-011-28/+29
* Move debug register output into __amd64__ (FreeBSD)Ed Maste2015-03-271-2/+0
* Use POSIX pid_t and not lldb::pid_t.Davide Italiano2015-03-221-1/+1
* Fix FreeBSD build after r231145Ed Maste2015-03-031-0/+1
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-061-5/+4
* Avoid leakage of file descriptors in LLDB (apply r228130 to FreeBSD)Ed Maste2015-02-051-1/+9
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-156/+8
* Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov2014-11-191-9/+5
* Improve PowerPC unwind supportJustin Hibbits2014-11-121-3/+8
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+2
* Fix FreeBSD build.Zachary Turner2014-09-301-6/+6
* Create a HostThread abstraction.Zachary Turner2014-09-091-24/+15
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-171-0/+1
* Avoid passing null signal name for Log %s argumentEd Maste2014-05-281-3/+7
* Implement ProcessMonitor::Kill for FreeBSDEd Maste2014-04-011-2/+2
* Correct copy-and-pasted comments for DetachOperationEd Maste2014-03-171-1/+1
* FreeBSD hardware watchpoint implementationEd Maste2014-02-191-3/+108
* If setgid fails for any reason, exit lldb.Ed Maste2014-02-041-2/+7
* Threaded inferior support for FreeBSDEd Maste2013-12-091-18/+75
* Fix compile warningsEd Maste2013-11-251-2/+2
* Remove unused variableEd Maste2013-11-251-2/+0
* PT_CONTINUE and PT_STEP are process-scope on FreeBSDEd Maste2013-11-251-14/+14
* Fix the format warnings.Sylvestre Ledru2013-10-311-2/+2
OpenPOWER on IntegriCloud