summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
AgeCommit message (Expand)Author
2014-08-17Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala
2014-05-28Avoid passing null signal name for Log %s argumentEd Maste
2014-04-01Implement ProcessMonitor::Kill for FreeBSDEd Maste
2014-03-17Correct copy-and-pasted comments for DetachOperationEd Maste
2014-02-19FreeBSD hardware watchpoint implementationEd Maste
2014-02-04If setgid fails for any reason, exit lldb.Ed Maste
2013-12-09Threaded inferior support for FreeBSDEd Maste
2013-11-25Fix compile warningsEd Maste
2013-11-25Remove unused variableEd Maste
2013-11-25PT_CONTINUE and PT_STEP are process-scope on FreeBSDEd Maste
2013-10-31Fix the format warnings.Sylvestre Ledru
2013-10-18Add stub FreeBSD ProcessMonitor::ReadThreadPointerEd Maste
2013-10-17Removed unnecessary call to OpenFirstAvailableMaster.Richard Mitton
2013-09-18Apply ProcessMonitor changes from r190820 to FreeBSDEd Maste
2013-09-17Fixing a problem with thread creation signal order dependencyAndrew Kaylor
2013-09-14Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...Andrew Kaylor
2013-09-03Clean up handling of FreeBSD thread list on Launch / AttachEd Maste
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-22Fix i386 FreeBSD buildEd Maste
2013-07-17Correct comment to match class nameEd Maste
2013-07-17FreeBSD: Replace GetSignalInfo with GetLwpInfoEd Maste
2013-07-09Reverting ProcessMonitor shared pointer changesAndrew Kaylor
2013-07-09Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor
2013-07-04Pass tid through to ptrace operationsEd Maste
2013-07-02Sync parts of FreeBSD Process plugin with LinuxEd Maste
2013-06-25Match printf format specifiers and argumentsEd Maste
2013-06-24Sync FreeBSD files to Linux equivalents, to reduce noise in diffEd Maste
2013-06-24Update comment to match class nameEd Maste
2013-06-24Eliminate missing virtual destructor warning on FreeBSDEd Maste
2013-06-03Fix FreeBSD build due to previous changes to ProcessMonitor::Detach.Matt Kopec
2013-05-09Fixed "log enable linux registers" and added a test.Ashok Thirumurthi
2013-05-01Build fixes for FreeBSD 9.1.Ashok Thirumurthi
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-03-28Fix the Linux build issues introduced by r178191.Ashok Thirumurthi
2013-03-20Add Linux support for reading/writing extended register sets.Matt Kopec
2013-03-15Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...Matt Kopec
2013-03-15Add ptrace extensions to query a register set.Matt Kopec
2013-03-06Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec
2013-01-08Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea
2012-12-18Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea
2012-11-23Fix Linux bug that leaves lldb in invalid state after expression evaluation t...Daniel Malea
2012-05-31FreeBSD patch by Viktor KutuzovFilipe Cabecinhas
2012-02-27Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes.Greg Clayton
2012-01-05Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen