summaryrefslogtreecommitdiffstats
path: root/src/build/debug
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2018-06-27 13:19:36 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-06-28 22:44:46 -0400
commit5015187c64ab52d41bb94992e7d288a897476ead (patch)
tree3d4d3aa7c705513ecd05fbe6eee45c6d6de30631 /src/build/debug
parent7bd4032abfb75ca6a9a4eb9c44ab9443c81a6198 (diff)
downloadtalos-hostboot-5015187c64ab52d41bb94992e7d288a897476ead.tar.gz
talos-hostboot-5015187c64ab52d41bb94992e7d288a897476ead.zip
Debug: Increase Ps tool stack frame depth to 35 frames
During debug, some stack traces are exceeding the current 25 frame backtrace limit, so bump up to 35 Change-Id: I56e670d0129ad3678e0df0ef9f1553b6274a58b3 CQ: SW435287 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61502 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug')
-rwxr-xr-xsrc/build/debug/Hostboot/Ps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/Ps.pm b/src/build/debug/Hostboot/Ps.pm
index 594f124e0..ae82afff6 100755
--- a/src/build/debug/Hostboot/Ps.pm
+++ b/src/build/debug/Hostboot/Ps.pm
@@ -100,7 +100,7 @@ sub displayStackTrace
my $vmmQuiet = 1;
use constant FRAME_TO_LR_OFFSET => 16;
- use constant MAX_STACK_FRAMES => 25;
+ use constant MAX_STACK_FRAMES => 35;
# Read in the task struct, which mirrors struct task_t in Hostboot
# d prefix means "display", i.e. "dstack_ptr" is the display version of
OpenPOWER on IntegriCloud