summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-25/+176
* Added new platform commands:Greg Clayton2011-03-231-54/+55
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-0/+934
OpenPOWER on IntegriCloud