aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1259/+1138
2016-08-09Delete Host/windows/win32.hZachary Turner1-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-3/+2
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-20/+20
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+2
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-0/+1
2014-05-02Fixed CTRL+C related issues:Greg Clayton1-0/+1
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham1-1/+0
2014-01-10Fixed an issue with the byte order of ports in KDP packets. Greg Clayton1-6/+6
2013-07-10Fixed an issue introduced with my last fix where the command and sequence ID ...Greg Clayton1-1/+1
2013-07-10Fixed the CommunicationKDP::SendRequestAndGetReply() to correctly be able to ...Greg Clayton1-8/+37
2013-07-02Change the default timeout for KDP communications to be 5 seconds.Jason Molenda1-1/+1
2013-05-09Add an explicit check for a darwin kernel KDP_VERSIONSTRING whenJason Molenda1-0/+11
2013-03-27<rdar://problem/13521159>Greg Clayton1-4/+4
2013-03-01Patch from Andrew Fish to add recognition of some additionalJason Molenda1-2/+146
2013-02-14<rdar://problem/13064893>Greg Clayton1-42/+32
2013-01-25<rdar://problem/13069948>Greg Clayton1-12/+12
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-6/+6
2012-10-25Identify a kdp session that is connecting to an EFI monitor,Jason Molenda1-0/+11
2012-10-19<rdar://problem/12491387>Greg Clayton1-1/+52
2012-10-19Change CommunicationKDP::SendRequestWriteMemory to append data as binaryJason Molenda1-1/+1
2012-10-12<rdar://problem/12489931>Greg Clayton1-1/+1
2012-09-29Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda1-0/+47
2012-09-25<rdar://problem/9959501>Greg Clayton1-14/+33
2012-09-21<rdar://problem/9959501>Greg Clayton1-4/+44
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-3/+3
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham1-1/+1
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-1/+1
2012-04-10Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton1-1/+1
2011-11-04Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton1-2/+0
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-1/+1
2011-07-29Logging and return code fixes.Greg Clayton1-11/+16
2011-07-21Initialize the all important automatic variable 'lldb::ConnectionStatus statu...Johnny Chen1-1/+1
2011-07-21More KDP fixes and logging cleanup.Greg Clayton1-114/+142
2011-07-20Added KDP resume, suspend, set/remove breakpoint, and kernel version support.Greg Clayton1-14/+181
2011-07-20Added register reading support for ARM, i386 and x86_64.Greg Clayton1-21/+108
2011-07-19Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton1-26/+353
2011-07-17Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton1-14/+39
2011-07-16Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton1-48/+262
2011-07-15Fixed the comment lines in the file comment headers.Greg Clayton1-1/+1
2011-07-15Added the ability to connect using "tcp://<host>:<port>" which is theGreg Clayton1-222/+71
2011-07-15Hollowed out process plug-in to do KDP darwin kernel debugging.Greg Clayton1-0/+403