summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-8/+8
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-2/+2
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-1/+3
* Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton2015-10-281-14/+29
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-2/+2
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-1/+7
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-7/+1
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-1/+7
* Fix ProcessKDP.cpp for the change in r246578.Jim Ingham2015-09-011-13/+15
* Move ProcessKDP's StringExtractor include.Bruce Mitchener2015-07-071-0/+1
* Fix StringExtractor.h issues.Bruce Mitchener2015-07-071-1/+0
* Fix typosBruce Mitchener2015-07-021-1/+1
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-9/+0
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+2
* Fix typo, fix build.Bruce Mitchener2015-04-031-1/+1
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-8/+7
* Fix build on OS X after r231202Ilia K2015-03-041-0/+1
* Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron2015-01-161-1/+1
* Get the correct process architecture in ProcessKDP::DidAttach().Greg Clayton2014-10-311-1/+6
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-7/+4
* Create a HostThread abstraction.Zachary Turner2014-09-091-12/+12
* Fix ProcessKDP after Host/Socket additionKeno Fischer2014-08-061-2/+3
* Creates a socket host object.Zachary Turner2014-08-061-1/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-1/+3
* Modify the EFI KDP debugging to not use any dynamic loader since it does manu...Greg Clayton2014-07-161-1/+35
* Change ProcessKDP::DoReadMemory() to break up large memoryJason Molenda2014-05-211-1/+25
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-4/+0
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-1/+1
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-0/+2
* <rdar://problem/13793059>Greg Clayton2013-07-151-1/+75
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-111-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Add an explicit check for a darwin kernel KDP_VERSIONSTRING whenJason Molenda2013-05-091-2/+2
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-20/+22
* Fix the error reporting for ProcessKDP::DoDetach.Jim Ingham2013-05-091-5/+10
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-9/+18
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-18/+9
* In ProcessKDP, if the remote connection is not EFI,Jason Molenda2013-05-061-2/+5
* Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolIDJason Molenda2013-05-041-1/+1
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-9/+18
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-4/+6
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-6/+4
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-4/+6
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Fixed the thread list so it correctly updates after the first core thread exi...Greg Clayton2013-04-111-4/+2
* <rdar://problem/13516463>Greg Clayton2013-04-021-6/+33
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
OpenPOWER on IntegriCloud