mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
deeper debug stracktrace
git-svn-id: svn://localhost/ardour2/branches/3.0@9046 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c8e5e9d425
commit
2ad819c956
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ SessionEvent::operator new (size_t)
|
|||
DEBUG_TRACE (DEBUG::SessionEvents, string_compose ("%1 Allocating SessionEvent from %2 ev @ %3\n", pthread_self(), p->name(), ev));
|
||||
#ifndef NDEBUG
|
||||
if (DEBUG::SessionEvents & PBD::debug_bits) {
|
||||
stacktrace (cerr, 20);
|
||||
stacktrace (cerr, 40);
|
||||
}
|
||||
#endif
|
||||
ev->own_pool = p;
|
||||
|
|
@ -84,7 +84,7 @@ SessionEvent::operator delete (void *ptr, size_t /*size*/)
|
|||
|
||||
#ifndef NDEBUG
|
||||
if (DEBUG::SessionEvents & PBD::debug_bits) {
|
||||
stacktrace (cerr, 20);
|
||||
stacktrace (cerr, 40);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue