aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-18<rdar://problem/12976277>Han Ming Ong1-4/+119
2012-12-19<rdar://problem/11961650> Jason Molenda1-0/+106
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea1-2/+0
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-11/+11
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong1-0/+10
2012-10-13Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...Greg Clayton1-2/+2
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-1/+2
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham1-0/+23
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham1-0/+21
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton1-3/+3
2012-07-13<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata1-0/+36
2012-07-02<rdar://problem/11744001>Greg Clayton1-0/+1
2012-06-28Make the error message when we time out waiting for debugserver to reply to t...Jim Ingham1-1/+1
2012-06-08Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham1-1/+5
2012-06-06Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForRepl...Jim Ingham1-5/+4
2012-05-31<rdar://problem/11486302>Greg Clayton1-51/+59
2012-05-24<rdar://problem/11529853>Greg Clayton1-1/+10
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen1-0/+48
2012-05-15Fixed a typo: "aync" => "async"Greg Clayton1-8/+8
2012-05-08<rdar://problem/11358639>Greg Clayton1-13/+45
2012-05-07Remove repeated word.Filipe Cabecinhas1-1/+1
2012-04-12Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton1-4/+7
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-35/+33
2012-04-10Added a new packet to our GDB remote protocol:Greg Clayton1-0/+19
2012-04-10Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton1-4/+4
2012-03-29<rdar://problem/11052174>Greg Clayton1-103/+170
2011-12-13When unwinding from the first frame, try to ask the remote debugserverJason Molenda1-7/+35
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton1-4/+4
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton1-0/+73
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton1-1/+1
2011-10-27<rdar://problem/10357230>Greg Clayton1-1/+11
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-4/+4
2011-09-15Set the OS in the triple correctly in response to the qHostInfo packet.Greg Clayton1-1/+1
2011-08-10While tracking down memory consumption issue a few things were needed: the Greg Clayton1-2/+2
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton1-7/+22
2011-06-18Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne1-6/+6
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton1-21/+9
2011-05-20Centralize the code that gathers the thread ID list from the remote GDBGreg Clayton1-0/+45
2011-05-20Fixed an issue in GDBRemoteCommunicationClient where we weren't listening toGreg Clayton1-3/+3
2011-05-19Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton1-5/+13
2011-05-15Properly handle when commands are not unsupported in the GDB remote clients.Greg Clayton1-55/+49
2011-05-15Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton1-10/+8
2011-05-14Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton1-17/+34
2011-05-08Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton1-0/+20
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-13/+178
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-3/+3
2011-04-07Removed use of NSEC_PER_SEC.Stephen Wilson1-6/+6
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton1-2/+84
2011-04-01Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton1-1/+1
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-140/+421