summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the Linux build issues introduced by r178191.Ashok Thirumurthi2013-03-281-1/+1
* Add Linux support for reading/writing extended register sets.Matt Kopec2013-03-201-2/+2
* Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...Matt Kopec2013-03-151-84/+2
* Add ptrace extensions to query a register set.Matt Kopec2013-03-151-2/+84
* Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec2013-03-061-7/+21
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-081-3/+16
* Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea2012-12-181-6/+8
* Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea2012-11-231-7/+10
* FreeBSD patch by Viktor KutuzovFilipe Cabecinhas2012-05-311-1/+1
* Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes.Greg Clayton2012-02-271-2/+4
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+1558
OpenPOWER on IntegriCloud