summaryrefslogtreecommitdiff
path: root/THIRD-PARTY-NOTICES.TXT
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2017-08-15 17:33:04 -0700
committerGitHub <noreply@github.com>2017-08-15 17:33:04 -0700
commit52e949043ae6d6fd8d643232f2794e15a564a6a5 (patch)
tree6bbc3b0b78efb2e0c323c67bc29267d149898e5c /THIRD-PARTY-NOTICES.TXT
parent5944aa55a541b144349a5c0ba0aecccfde9b5646 (diff)
downloadcoreclr-52e949043ae6d6fd8d643232f2794e15a564a6a5.tar.gz
coreclr-52e949043ae6d6fd8d643232f2794e15a564a6a5.tar.bz2
coreclr-52e949043ae6d6fd8d643232f2794e15a564a6a5.zip
Implement out of context stack unwinder (#13302)
Implement out of context stack unwinder Decode the eh frame info found in the in-memory module image and pass it back to the remote libunwind8 to do the unwind. Added remote-unwind.cpp for all the out of context unwind code. Added an all managed threads option -all the "clrstack" (sos ClrStack). The IDebugDataTarget4 feature needs to be enabled for OS X. Add libunwind license notice to third party notices file.
Diffstat (limited to 'THIRD-PARTY-NOTICES.TXT')
-rw-r--r--THIRD-PARTY-NOTICES.TXT24
1 files changed, 24 insertions, 0 deletions
diff --git a/THIRD-PARTY-NOTICES.TXT b/THIRD-PARTY-NOTICES.TXT
index 03d4d3cc65..d2ccf3bcab 100644
--- a/THIRD-PARTY-NOTICES.TXT
+++ b/THIRD-PARTY-NOTICES.TXT
@@ -172,3 +172,27 @@ Greg Parker gparker@cs.stanford.edu December 2000
This code is in the public domain and may be copied or modified without
permission.
+License notice for libunwind8 based code
+----------------------------------------
+
+Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
+ Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.