projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
011875a
)
decrease number of skipped frames in assert dialog backtrace, 7 is not the minimum...
author
Paul Cornett
<paulcor@bullseye.com>
Thu, 13 Dec 2012 04:41:52 +0000
(
04:41
+0000)
committer
Paul Cornett
<paulcor@bullseye.com>
Thu, 13 Dec 2012 04:41:52 +0000
(
04:41
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73178
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/gtk/utilsgtk.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/gtk/utilsgtk.cpp
b/src/gtk/utilsgtk.cpp
index 13b7dbd4c2ea2bf7a48575fc867bfb0337b072fb..c25b9faa0596110dd1f3bd66c99dbf3db7b358d5 100644
(file)
--- a/
src/gtk/utilsgtk.cpp
+++ b/
src/gtk/utilsgtk.cpp
@@
-318,7
+318,7
@@
static void get_stackframe_callback(void* p)
{
StackDump* dump = static_cast<StackDump*>(p);
// skip over frames up to including wxOnAssert()
{
StackDump* dump = static_cast<StackDump*>(p);
// skip over frames up to including wxOnAssert()
- dump->ProcessFrames(
7
);
+ dump->ProcessFrames(
6
);
}
#endif // wxDEBUG_LEVEL && wxUSE_STACKWALKER
}
#endif // wxDEBUG_LEVEL && wxUSE_STACKWALKER