hanchenye-llvm-project/lldb/tools
Greg Clayton 4e78f60660 Added the ability to get more information on the SBThread's stop reason
by being able to get the data count and data. Each thread stop reason
has one or more data words that can help describe the stop. To do this
I added:

    size_t
	SBThread::GetStopReasonDataCount();

	uint64_t
	SBThread::GetStopReasonDataAtIndex(uint32_t idx);

llvm-svn: 119720
2010-11-18 18:52:36 +00:00
..
darwin-debug Fixed all known race conditions with starting a process in a new terminal. 2010-10-19 18:15:50 +00:00
debugserver Added the ability to get more information on the SBThread's stop reason 2010-11-18 18:52:36 +00:00
driver Modified the DWARF parser for both the single DWARF file and for the case 2010-11-07 21:02:03 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00