hanchenye-llvm-project/lldb/tools/debugserver
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
..
debugserver.xcodeproj Added the ability to get more information on the SBThread's stop reason 2010-11-18 18:52:36 +00:00
resources
scripts
source Added missing file. 2010-11-18 17:29:15 +00:00
debugnub-exports