summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD
Commit message (Expand)AuthorAgeFilesLines
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-8/+1
* Fix FreeBSD build after r231145Ed Maste2015-03-032-0/+2
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-062-6/+6
* 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-032-168/+8
* Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov2014-11-192-10/+6
* 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
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-2/+1
* Fix FreeBSD build after thread changesEd Maste2014-09-101-2/+2
* Create a HostThread abstraction.Zachary Turner2014-09-092-26/+18
* Fix configure & make build with python disabledKeno Fischer2014-09-091-1/+1
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-292-15/+12
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-172-0/+2
* Avoid passing null signal name for Log %s argumentEd Maste2014-05-281-3/+7
* Fix format string for 32bit systems.Joerg Sonnenberger2014-05-021-1/+1
* Move FreeBSDSignals to UtilityEd Maste2014-04-174-61/+1
* Add FreeBSD-specific SIGTHR and SIGLIBRT signalsEd Maste2014-04-154-0/+73
* Implement ProcessMonitor::Kill for FreeBSDEd Maste2014-04-012-6/+4
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-2/+0
* Correct copy-and-pasted comments for DetachOperationEd Maste2014-03-171-1/+1
* Add Process/Utility include directory on FreeBSDEd Maste2014-03-121-0/+1
* Restore signal delivery to the inferior on FreeBSDEd Maste2014-02-281-6/+5
* Disable breakpoint sites upon detach on FreeBSDEd Maste2014-02-191-0/+2
* FreeBSD hardware watchpoint implementationEd Maste2014-02-192-3/+125
* If setgid fails for any reason, exit lldb.Ed Maste2014-02-041-2/+7
* Remove FIXME comments about tids on FreeBSD that no longer applyEd Maste2014-01-251-16/+0
* Threaded inferior support for FreeBSDEd Maste2013-12-097-37/+337
* Correct header guard #endif commentsEd Maste2013-12-041-1/+1
* 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-252-20/+20
* Fix the format warnings.Sylvestre Ledru2013-10-311-2/+2
* Add stub FreeBSD ProcessMonitor::ReadThreadPointerEd Maste2013-10-182-0/+10
* Removed unnecessary call to OpenFirstAvailableMaster.Richard Mitton2013-10-171-8/+0
* Apply ProcessMonitor changes from r190820 to FreeBSDEd Maste2013-09-182-111/+33
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-172-0/+27
* Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...Andrew Kaylor2013-09-141-1/+4
* Clean up handling of FreeBSD thread list on Launch / AttachEd Maste2013-09-031-22/+3
* Clean up warnings in ProcessFreeBSD::UpdateThreadListEd Maste2013-08-301-3/+2
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-302-0/+21
* Fix FreeBSD build after r189295Ed Maste2013-08-291-1/+1
* fix FreeBSD build errorDaniel Malea2013-08-291-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-4/+23
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-2/+2
* Fix i386 FreeBSD buildEd Maste2013-07-221-0/+2
* Correct comment to match class nameEd Maste2013-07-171-1/+1
* FreeBSD: Replace GetSignalInfo with GetLwpInfoEd Maste2013-07-172-16/+16
* Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor2013-07-101-3/+2
OpenPOWER on IntegriCloud