summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+30
* [Reproducers] Implement log_append for function pointers.Jonas Devlieghere2019-03-111-1/+1
* [Reproducers] Replace callbacks with void*Jonas Devlieghere2019-03-111-1/+1
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-0/+12
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-126/+5
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-3/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Connection and IOObject interfaces to Utility modulePavel Labath2017-06-271-1/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Introduce chrono to the Communication classPavel Labath2016-11-251-1/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-207/+163
* Create a ConnectionGenericFile class for Windows.Zachary Turner2014-10-061-1/+1
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* SBCommunication: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-21/+31
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+0
* <rdar://problem/13521159>Greg Clayton2013-03-271-11/+11
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-7/+14
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+5
* Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen2011-06-201-0/+6
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-24/+0
* More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton2010-12-041-2/+17
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-2/+2
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-11/+11
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-2/+2
* Improved API logging.Greg Clayton2010-10-301-50/+62
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-1/+2
* Clean up the API logging code:Caroline Tice2010-10-261-26/+27
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-7/+76
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-45/+45
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+194
OpenPOWER on IntegriCloud