summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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