summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2018-02-13 18:00:38 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-14 12:08:27 -0500
commit9efdc04854a980d914ad92e141b01f260ff2e71e (patch)
treef547f050e342324de9eb9fda96e33c3c14401aec /src/build/debug/Hostboot
parentb5fedb0fcbc091fac10265af60db335c2b4314ab (diff)
downloadtalos-hostboot-9efdc04854a980d914ad92e141b01f260ff2e71e.tar.gz
talos-hostboot-9efdc04854a980d914ad92e141b01f260ff2e71e.zip
Allow --with-backtrace for hb-Ps on Simics Command Line
Change-Id: If1426ec93cf14f6fb9d6ce7fc5132492b03987ca Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54001 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
-rwxr-xr-xsrc/build/debug/Hostboot/Ps.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/debug/Hostboot/Ps.pm b/src/build/debug/Hostboot/Ps.pm
index 40aff5ccf..134bc6ae8 100755
--- a/src/build/debug/Hostboot/Ps.pm
+++ b/src/build/debug/Hostboot/Ps.pm
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2015
+# Contributors Listed Below - COPYRIGHT 2011,2018
# [+] International Business Machines Corp.
#
#
@@ -60,7 +60,7 @@ sub main
my ($packName,$args) = @_;
my $withBacktrace = 0;
- if(defined $args->{"with-backtrace"})
+ if(defined $args->{"with-backtrace"} or (defined $args->{"--with-backtrace"}))
{
$withBacktrace = 1;
}
OpenPOWER on IntegriCloud