summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-031-1/+3
| | | | | | not release it by making sure a mutex locker object is appropriately used. llvm-svn: 112996
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
| | | | | | | enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+270
llvm-svn: 105619
OpenPOWER on IntegriCloud