Make parser be able to skip tokens when encountering an unexpected token.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
extern/backward.hpp
vendored
5
extern/backward.hpp
vendored
@@ -3993,9 +3993,14 @@ namespace backward {
|
||||
st.load_here(32, reinterpret_cast<void*>(uctx), info->si_addr);
|
||||
}
|
||||
|
||||
std::ofstream outfile;
|
||||
outfile.open("error.log", std::ios::out | std::ios::trunc);
|
||||
|
||||
Printer printer;
|
||||
printer.address = true;
|
||||
printer.print(st, outfile);
|
||||
printer.print(st, stderr);
|
||||
outfile.close();
|
||||
|
||||
#if _XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L
|
||||
psiginfo(info, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user