summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+1
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-2/+2
* Modified the stop reply packet to be able to send the thread name using theGreg Clayton2011-01-081-6/+13
* More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton2010-12-041-1/+1
* Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton2010-12-031-16/+3
* Fixed bad logic that was trying to determine if the gdb remote resumed a proc...Greg Clayton2010-12-031-3/+1
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-1/+1
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-1/+2
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-2/+18
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+5
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+1
* Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock()Johnny Chen2010-09-141-0/+4
* Added some extra logging to track asynchronous packet activity.Greg Clayton2010-09-031-0/+23
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-031-5/+16
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+6
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+813
OpenPOWER on IntegriCloud