summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-4/+4
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-0/+73
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-1/+1
* <rdar://problem/10357230>Greg Clayton2011-10-271-1/+11
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-4/+4
* Set the OS in the triple correctly in response to the qHostInfo packet.Greg Clayton2011-09-151-1/+1
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-2/+2
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-7/+22
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-6/+6
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-21/+9
* Centralize the code that gathers the thread ID list from the remote GDBGreg Clayton2011-05-201-0/+45
* Fixed an issue in GDBRemoteCommunicationClient where we weren't listening toGreg Clayton2011-05-201-3/+3
* Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton2011-05-191-5/+13
* Properly handle when commands are not unsupported in the GDB remote clients.Greg Clayton2011-05-151-55/+49
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-10/+8
* Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton2011-05-141-17/+34
* Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton2011-05-081-0/+20
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-13/+178
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+3
* Removed use of NSEC_PER_SEC.Stephen Wilson2011-04-071-6/+6
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-2/+84
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-1/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-140/+421
OpenPOWER on IntegriCloud