diff options
| author | Terry J. Opie <opiet@us.ibm.com> | 2011-10-18 14:06:28 -0500 |
|---|---|---|
| committer | Terry J. Opie <opiet@us.ibm.com> | 2011-12-01 09:55:33 -0600 |
| commit | 1de45373ef02d33ae6a97c583db3b6d1db9bce1c (patch) | |
| tree | 180c24555b3a4dbc32206da2f1312ecd503624ba /src/include/usr/errl/errlentry.H | |
| parent | ac378e7e2f4debe9e53dc0a68dbf6aaa225a6660 (diff) | |
| download | blackbird-hostboot-1de45373ef02d33ae6a97c583db3b6d1db9bce1c.tar.gz blackbird-hostboot-1de45373ef02d33ae6a97c583db3b6d1db9bce1c.zip | |
Error Log Backtrace Support
This code collects the addresses for each of the frames, but does not
parse the data. The support to do this isn't available in the errl
parser as of yet.
Change-Id: I4804ab100fc376e26ef908c472c94202b4642aac
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/515
Tested-by: Jenkins Server
Reviewed-by: Terry J. Opie <opiet@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl/errlentry.H')
| -rw-r--r-- | src/include/usr/errl/errlentry.H | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H index b3e856996..330a8a813 100644 --- a/src/include/usr/errl/errlentry.H +++ b/src/include/usr/errl/errlentry.H @@ -466,6 +466,7 @@ private: ErrlUH iv_User; // user header object ErrlSrc iv_Src; // primary SRC section std::vector<ErrlUD*> iv_SectionVector; // list of user defined sections + std::vector<uint64_t> iv_btAddrs; // list of addresses for the backtrace // TODO need to interpret term state and terminate accordingly. // TODO termstate is presently not being flattend into PEL @@ -555,9 +556,6 @@ inline void ErrlEntry::setSrcType(const srcType_t i_srcType) return; } - - - } // End namespace #endif //ERRLENTRY_H |

