summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-platform/lldb-platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-311/+0
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-9/+10
* Remove unused change to argc/argv after long option parsing has been completed.Jason Molenda2014-10-161-4/+0
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Creates a socket host object.Zachary Turner2014-08-061-1/+4
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-1/+1
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-311-1/+1
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-15/+9
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-57/+27
* Improved platform support.Greg Clayton2013-11-231-6/+5
* Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton2013-11-221-5/+42
* Added new options to lldb-platform:Greg Clayton2013-11-211-2/+77
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-38/+4
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-35/+74
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13457391>Greg Clayton2013-04-041-3/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov.Greg Clayton2012-03-291-1/+1
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-1/+1
* Fixed some warnings after enabling some stricter warnings in the Xcode projectGreg Clayton2011-10-311-1/+1
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-0/+5
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-6/+6
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-2/+41
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-36/+52
* Added new platform commands:Greg Clayton2011-03-231-1/+58
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-2/+2
* Added missing files.Greg Clayton2011-03-221-0/+112
OpenPOWER on IntegriCloud