summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libsFilipe Cabecinhas2012-05-291-3/+3
* Missed a file in the last FreeBSD patch.Greg Clayton2012-03-291-0/+23
* 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