summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add stub FreeBSD ProcessMonitor::ReadThreadPointerEd Maste2013-10-181-0/+6
* Removed unnecessary call to OpenFirstAvailableMaster.Richard Mitton2013-10-171-8/+0
* Apply ProcessMonitor changes from r190820 to FreeBSDEd Maste2013-09-181-101/+24
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-171-0/+23
* 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
* 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-171-13/+13
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-091-5/+5
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-091-5/+5
* Pass tid through to ptrace operationsEd Maste2013-07-041-27/+35
* Sync parts of FreeBSD Process plugin with LinuxEd Maste2013-07-021-36/+98
* Match printf format specifiers and argumentsEd Maste2013-06-251-2/+2
* Sync FreeBSD files to Linux equivalents, to reduce noise in diffEd Maste2013-06-241-19/+18
* Update comment to match class nameEd Maste2013-06-241-1/+1
* Eliminate missing virtual destructor warning on FreeBSDEd Maste2013-06-241-0/+1
* 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-4/+17
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
OpenPOWER on IntegriCloud