怎样能打印出线程的函数调用关系呢?类似如下的调用关系,不少地方说GetThreadContext或StackWalk可以,但不知道具体怎么使用和打印信息。----------------------------------------------------------
test123.exe!F2()
test123.exe!F1()
test123.exe!main
test123.exe!mainCRTStartup()
kernel32.dll!7c816fd7() 
ntdll.dll!7c935b4f()