diff options
author | Doug Gilbert <dgilbert@us.ibm.com> | 2012-01-25 11:52:29 -0600 |
---|---|---|
committer | Douglas R. Gilbert <dgilbert@us.ibm.com> | 2012-02-03 13:24:03 -0600 |
commit | 73a45c77486bc82475c8d24739d1212ab8d9cfad (patch) | |
tree | 4aa321357ef984a696a68c2c9e75144927a01bdb /src/usr/hwpf/test/hwpftest.H | |
parent | 672ca9b23baf4923d74152fec4872b5207f96de8 (diff) | |
download | talos-hostboot-73a45c77486bc82475c8d24739d1212ab8d9cfad.tar.gz talos-hostboot-73a45c77486bc82475c8d24739d1212ab8d9cfad.zip |
istep breakpoint support
Change-Id: I592c617963f810209a9ab76345a8c568d14af62c
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/629
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test/hwpftest.H')
-rw-r--r-- | src/usr/hwpf/test/hwpftest.H | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H index 4776ea41e..c087ed0ca 100644 --- a/src/usr/hwpf/test/hwpftest.H +++ b/src/usr/hwpf/test/hwpftest.H @@ -622,6 +622,21 @@ public: } } } + + +// // unit test breakpoint +// void testHwpf7() +// { +// fapi::Target fapiTarget; +// FAPI_INF("AT breakpoint"); +// fapiBreakPoint(fapiTarget,__LINE__); +// +// // requires outside hb-istep resume command to continue +// +// FAPI_INF("RESUME from breakpoint"); +// } + + }; #endif |