aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-2/+2
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-25/+176
2011-03-23Added new platform commands:Greg Clayton1-54/+55
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton1-0/+934