From c34daa26c67f4a879ff541775c099ddc19a1dec5 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 2 Dec 2019 01:19:30 +0800 Subject: Add a stack trace printer for the beloved operating system. --- third_party/backtrace-mingw/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 third_party/backtrace-mingw/README.md (limited to 'third_party/backtrace-mingw/README.md') diff --git a/third_party/backtrace-mingw/README.md b/third_party/backtrace-mingw/README.md new file mode 100644 index 0000000..77cb879 --- /dev/null +++ b/third_party/backtrace-mingw/README.md @@ -0,0 +1,20 @@ +The original project doesn't come with a readme. + +The code has been slightly tweaked to add support for amd64 and to obtain a +more readable output format. + +Tested with mxe (gcc 5.5.0, binutils 2.28). Obviously you need a shared build. +mxe disables shared versions of bfd and iberty, but actually they work just +fine. Simply remove this line +``` +$(PKG)_BUILD_SHARED = +``` +from their makefiles and change the options for `./configure` +(`--enable-static` to `--disable-static`, `--disable-shared` to +`--enable-shared`). + +[Source project](https://github.com/cloudwu/backtrace-mingw) + +References + +[Printing a Stack Trace with MinGW](http://theorangeduck.com/page/printing-stack-trace-mingw) -- cgit v1.2.3