mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
trying debugThrow
This commit is contained in:
parent
99d69ac23f
commit
2c9fafdc9e
7 changed files with 115 additions and 207 deletions
|
@ -127,7 +127,11 @@ public:
|
|||
bool debugStop;
|
||||
bool debugQuit;
|
||||
std::list<DebugTrace> debugTraces;
|
||||
void debugLastTrace(Error & e) const;
|
||||
|
||||
[[gnu::noinline, gnu::noreturn]]
|
||||
void debugThrow(const Error &error, const Env & env, const Expr & expr) const;
|
||||
[[gnu::noinline, gnu::noreturn]]
|
||||
void debugThrowLastTrace(Error & e) const;
|
||||
|
||||
private:
|
||||
SrcToStore srcToStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue