summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix process launch failure on FreeBSD after r365761Dimitry Andric2019-10-101-2/+2
* [LLDB] Fix FreeBSD build.David Carlier2019-07-111-2/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-7/+7
* 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
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-9/+8
* Another attempt to fix FreeBsd buildPavel Labath2018-01-101-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-252/+208
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+3
* Generalize child process monitoring functionsPavel Labath2016-05-111-2/+1
* Remove POSIX thread/process abstractionEd Maste2015-07-281-2/+2
* Refactor many file functions to use FileSpec over strings.Ed Maste2015-06-011-17/+18
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-061-1/+2
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-12/+0
* Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov2014-11-191-1/+1
* Fix FreeBSD build after thread changesEd Maste2014-09-101-2/+2
* Create a HostThread abstraction.Zachary Turner2014-09-091-2/+3
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-171-0/+1
* Implement ProcessMonitor::Kill for FreeBSDEd Maste2014-04-011-4/+2
* FreeBSD hardware watchpoint implementationEd Maste2014-02-191-0/+17
* Remove FIXME comments about tids on FreeBSD that no longer applyEd Maste2014-01-251-16/+0
* Threaded inferior support for FreeBSDEd Maste2013-12-091-0/+8
* PT_CONTINUE and PT_STEP are process-scope on FreeBSDEd Maste2013-11-251-6/+6
* Add stub FreeBSD ProcessMonitor::ReadThreadPointerEd Maste2013-10-181-0/+4
* Apply ProcessMonitor changes from r190820 to FreeBSDEd Maste2013-09-181-10/+9
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-171-0/+4
* FreeBSD: Replace GetSignalInfo with GetLwpInfoEd Maste2013-07-171-3/+3
* Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor2013-07-101-3/+2
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-091-3/+3
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-091-3/+3
* Sync parts of FreeBSD Process plugin with LinuxEd Maste2013-07-021-6/+4
* Fix FreeBSD build due to previous changes to ProcessMonitor::Detach.Matt Kopec2013-06-031-1/+1
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-2/+2
* Build fixes for FreeBSD 9.1.Ashok Thirumurthi2013-05-011-2/+18
* Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...Matt Kopec2013-03-151-13/+3
* Add ptrace extensions to query a register set.Matt Kopec2013-03-151-3/+13
* Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec2013-03-061-3/+3
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-081-1/+4
* Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea2012-12-181-6/+20
* Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea2012-11-231-1/+1
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+292
OpenPOWER on IntegriCloud