Releases: compiler-explorer/glibc-tools
Releases · compiler-explorer/glibc-tools
v1.3
Remove libSegFault from stacktrace
Co-authored-by: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com>
v1.2
Some signal safety and refactoring, also don't LD_PRELOAD for the tra…
v1.1
cppify (#3)
* c++ify bunch of files
* fix tracer env issue (std::string was not available in fork due to
`init()` not being called in fork)
* some refactoring
* making parts optional
* add a bit of debug