Commit 2461a33
committed
Add compat/libbacktrace/
Merge the `windows` branch of https://github.com/dscho/libbacktrace
(itself a fork of https://github.com/ianlancetaylor/libbacktrace) into
compat/libbacktrace/, for use primarily by compat/mingw.c to generate
(you guessed it) stack traces.
This trick was performed by:
git fetch https://github.com/dscho/libbacktrace windows
git read-tree --prefix=compat/libbacktrace/ -u FETCH_HEAD
git reset $(git commit-tree -m "Add libbacktrace" \
-p HEAD -p FETCH_HEAD $(git write-tree))
and then amending the commit to edit the commit message ;-)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>File tree
74 files changed
+79052
-0
lines changed- compat/libbacktrace
- config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+79052
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments