Add Rudi's GH handle
authorRichard Lander <rlander@microsoft.com>
Thu, 12 Feb 2015 15:38:08 +0000 (07:38 -0800)
committerRichard Lander <rlander@microsoft.com>
Thu, 12 Feb 2015 15:38:08 +0000 (07:38 -0800)
Documentation/stackwalking.md

index e755b62..5c97b64 100644 (file)
@@ -1,6 +1,6 @@
-Stackwalking
+Stackwalking in the CLR
 ---
-Author: Rudi Martin - 2008
+Author: Rudi Martin ([@Rudi-Martin](https://github.com/Rudi-Martin)) - 2008
 
 The CLR makes heavy use of a technique known as stack walking (or stack crawling). This involves iterating the sequence of calls frames for a particular thread, from the most recent (the thread's current function) back down to the base of the stack.