llvm-project/lldb/tools
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
..
darwin-debug Remove unused python includes from headers. 2012-02-22 16:56:26 +00:00
darwin-threads Print out the task suspend count as well. 2011-11-03 21:43:55 +00:00
debugserver Added a new packet to our GDB remote protocol: 2012-04-10 03:22:03 +00:00
driver Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. 2012-03-06 00:37:27 +00:00
install-headers <rdar://problem/10993996> 2012-03-07 22:47:26 +00:00
lldb-platform Missed a file in the last FreeBSD patch. 2012-03-29 17:46:49 +00:00
Makefile FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. 2012-03-29 17:46:11 +00:00