aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-999/+831
2016-08-31Fix lldb build on Mac.Pavel Labath1-1/+1
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-1/+1
2016-07-28Fixed up Xcode build for r276976 and r277011.Todd Fiala1-1/+1
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool1-1/+1
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+3
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-8/+8
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-2/+2
2015-11-05Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda1-1/+3
2015-10-28Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton1-14/+29
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov1-2/+2
2015-10-08Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda1-1/+7
2015-10-01Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath1-7/+1
2015-10-01Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda1-1/+7
2015-09-01Fix ProcessKDP.cpp for the change in r246578.Jim Ingham1-13/+15
2015-07-07Move ProcessKDP's StringExtractor include.Bruce Mitchener1-0/+1
2015-07-07Fix StringExtractor.h issues.Bruce Mitchener1-1/+0
2015-07-02Fix typosBruce Mitchener1-1/+1
2015-05-13Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner1-9/+0
2015-04-03Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer1-0/+2
2015-04-03Fix typo, fix build.Bruce Mitchener1-1/+1
2015-04-03[Plugin/Process] Use std::call_once() to initialize.Davide Italiano1-8/+7
2015-03-04Fix build on OS X after r231202Ilia K1-0/+1
2015-01-16Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron1-1/+1
2014-10-31Get the correct process architecture in ProcessKDP::DidAttach().Greg Clayton1-1/+6
2014-10-06Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner1-1/+1
2014-09-23Fix up the HostThread interface, making the interface simpler.Zachary Turner1-7/+4
2014-09-09Create a HostThread abstraction.Zachary Turner1-12/+12
2014-08-06Fix ProcessKDP after Host/Socket additionKeno Fischer1-2/+3
2014-08-06Creates a socket host object.Zachary Turner1-1/+2
2014-08-02After you attach, give the process plugin a chance to report back (throughJim Ingham1-1/+3
2014-07-16Modify the EFI KDP debugging to not use any dynamic loader since it does manu...Greg Clayton1-1/+35
2014-05-21Change ProcessKDP::DoReadMemory() to break up large memoryJason Molenda1-1/+25
2014-03-25Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson1-4/+0
2013-12-23Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas1-1/+1
2013-12-09Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas1-1/+1
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis1-0/+2
2013-07-15<rdar://problem/13793059>Greg Clayton1-1/+75
2013-05-11Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda1-1/+1
2013-05-10<rdar://problem/13854277>Greg Clayton1-9/+4
2013-05-09Add an explicit check for a darwin kernel KDP_VERSIONSTRING whenJason Molenda1-2/+2
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-20/+22
2013-05-09Fix the error reporting for ProcessKDP::DoDetach.Jim Ingham1-5/+10
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor1-9/+18
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi1-18/+9
2013-05-06In ProcessKDP, if the remote connection is not EFI,Jason Molenda1-2/+5
2013-05-04Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolIDJason Molenda1-1/+1
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton1-9/+18
2013-05-02Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham1-4/+6
2013-05-01Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea1-6/+4