summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Improved platform support.Greg Clayton2013-11-231-5/+25
* Added new options to lldb-platform:Greg Clayton2013-11-211-1/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-30/+179
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+133
* <rdar://problem/15263540>Greg Clayton2013-10-251-1/+22
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-1/+1
* <rdar://problem/14972424>Greg Clayton2013-10-151-3/+3
* <rdar://problem/14146606>Greg Clayton2013-10-101-7/+57
* Value stored to 'pid' was never read. Found by scan-build http://buildd-clang...Sylvestre Ledru2013-10-061-1/+1
* Fixed detection of 'p' packet support in debugserver,Sean Callanan2013-09-041-2/+10
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-1/+1
* Discover support of 'p' packet.Hafiz Abid Qadeer2013-08-291-0/+20
* Add missing "sys/stat.h" includeDaniel Malea2013-08-281-0/+2
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-6/+363
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+5
* <rdar://problem/14182286>Han Ming Ong2013-06-241-2/+2
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-14/+14
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-3/+42
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-42/+3
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-3/+42
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Fix a handful of remaining assumptions that thread IDs were 32-bitsJason Molenda2013-02-231-12/+12
* <rdar://problem/13190981>Greg Clayton2013-02-221-4/+5
* <rdar://problem/12976277>Han Ming Ong2013-01-181-4/+119
* <rdar://problem/11961650> Jason Molenda2012-12-191-0/+106
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-2/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-11/+11
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+10
* Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...Greg Clayton2012-10-131-2/+2
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+2
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+23
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-0/+21
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-3/+3
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+36
* <rdar://problem/11744001>Greg Clayton2012-07-021-0/+1
* Make the error message when we time out waiting for debugserver to reply to t...Jim Ingham2012-06-281-1/+1
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-1/+5
* Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForRepl...Jim Ingham2012-06-061-5/+4
* <rdar://problem/11486302>Greg Clayton2012-05-311-51/+59
* <rdar://problem/11529853>Greg Clayton2012-05-241-1/+10
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+48
* Fixed a typo: "aync" => "async"Greg Clayton2012-05-151-8/+8
* <rdar://problem/11358639>Greg Clayton2012-05-081-13/+45
* Remove repeated word.Filipe Cabecinhas2012-05-071-1/+1
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-4/+7
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-35/+33
* Added a new packet to our GDB remote protocol:Greg Clayton2012-04-101-0/+19
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-4/+4
* <rdar://problem/11052174>Greg Clayton2012-03-291-103/+170
* When unwinding from the first frame, try to ask the remote debugserverJason Molenda2011-12-131-7/+35
OpenPOWER on IntegriCloud