aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-15/+15
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-1/+1
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-1/+1
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-01-31[lldb] Convert Process KDP Log to the new APIPavel Labath1-4/+4
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-4/+3
2020-10-20Add a nul byte to packet str before logging, increase default size.Jason Molenda1-0/+1
2020-07-30[lldb] Don't use static locals for return value storage in some *AsCString fu...Raphael Isemann1-6/+5
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik1-1/+1
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-03-06[lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around assertsRaphael Isemann1-2/+0
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-13/+13
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-14/+4
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-06-21Remove UUID::SetFromCStringPavel Labath1-1/+1
2018-05-03Remove the timed_out out-argument from Predicate::WaitForValueEqualToPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-14/+12
2018-01-02[MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano1-37/+0
2017-12-19Fix a couple of warnings (NFC)Adrian Prantl1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-6/+6
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-3/+3
2017-03-04Move UUID from Core -> Utility.Zachary Turner1-1/+1
2017-03-04Fix the macOS build all the way after r296909.Jim Ingham1-72/+91
2017-03-03Fix DataExtractor failures.Zachary Turner1-8/+5
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-06Remove verbose category in the kdp channelPavel Labath1-7/+6
2016-11-25Fix builds Windows and OSX builds after Connection refactor in r287922Pavel Labath1-2/+5
2016-11-02Remove TimeValue usages from MacOSX-Kernel process plugin. NFCPavel Labath1-2/+2
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