summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBCommunication.cpp
AgeCommit message (Expand)Author
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11[Reproducers] Implement log_append for function pointers.Jonas Devlieghere
2019-03-11[Reproducers] Replace callbacks with void*Jonas Devlieghere
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-06-27Move Connection and IOObject interfaces to Utility modulePavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-25Introduce chrono to the Communication classPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-10-06Create a ConnectionGenericFile class for Windows.Zachary Turner
2014-10-06Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner
2014-07-22SBCommunication: Fix a pointer-to-function to void-pointer castDavid Majnemer
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2011-06-20Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton
2010-12-04More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton
2010-12-02Add proper EOF handling to Communication & Connection classes:Caroline Tice
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-30Improved API logging.Greg Clayton
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice
2010-10-26Clean up the API logging code:Caroline Tice
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner