llvm-project/lldb/source/Plugins/Process
Greg Clayton 4463399b0d Added a new packet to our GDB remote protocol:
QListThreadsInStopReply
	
This GDB remote query command can enable added a "threads" key/value pair to all stop reply packets so that we always get a list of all threads in each stop reply packet. It increases performance if enabled (the reply to the "QListThreadsInStopReply" is "OK") by saving us from sending to command/reply pairs (the "qfThreadInfo" and "qsThreadInfo" packets), and also helps us keep the current process state up to date. 

llvm-svn: 154380
2012-04-10 03:22:03 +00:00
..
FreeBSD Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes. 2012-02-27 18:40:48 +00:00
Linux Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs_struct. 2012-04-07 09:13:49 +00:00
MacOSX-Kernel Trying to solve our disappearing thread issues by making thread list updates safer. 2012-04-10 00:18:59 +00:00
POSIX Patch from Viktor Kutuzov: fixes a segmentation fault crash in lldb in the ProcessPOSIX class when the object gets destroyed. I can reproduce this problem on the FreeBSD platform and it should be reproducable for the other platforms also. 2012-03-30 19:56:32 +00:00
Utility Add missing watchpoint stop info creation logic for arm on the debugger side. 2012-03-21 18:28:25 +00:00
gdb-remote Added a new packet to our GDB remote protocol: 2012-04-10 03:22:03 +00:00
mach-core Trying to solve our disappearing thread issues by making thread list updates safer. 2012-04-10 00:18:59 +00:00