diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2012-03-22 12:50:44 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2012-03-22 12:50:44 +0100 |
commit | fe2b177cfbcdbc2ad851402a9804f9b5f58d93b0 (patch) | |
tree | 00ca75cf73164d3c19e33b9ec500e4102c1ed391 /changes | |
parent | d95efdd8607a194dad00648bc29f9a8c44219b09 (diff) | |
download | tor-fe2b177cfbcdbc2ad851402a9804f9b5f58d93b0.tar.gz tor-fe2b177cfbcdbc2ad851402a9804f9b5f58d93b0.zip |
Never disable debugger attachment for the unit tests
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5448 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5448 b/changes/bug5448 new file mode 100644 index 0000000000..aaf7dc721f --- /dev/null +++ b/changes/bug5448 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Allow running the unit tests in gdb again. This was accidentally made + impossible when the DisableDebuggerAttachment option was introduced. + Fixes bug 5448; bugfix on 0.2.3.9-alpha. + |