diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-09-24 20:38:58 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-10-04 16:51:04 -0500 |
| commit | 9c88d3c004d60d016c4d3bf5a3c2988cce7121c9 (patch) | |
| tree | 28eb4e6671d865a4c6897ab34ad1fee231a98202 /src/usr/mbox/plugins | |
| parent | d05fe5a6cb9d9dfa92954db9923603fdb6c8adca (diff) | |
| download | blackbird-hostboot-9c88d3c004d60d016c4d3bf5a3c2988cce7121c9.tar.gz blackbird-hostboot-9c88d3c004d60d016c4d3bf5a3c2988cce7121c9.zip | |
HWPF: Allow automatic collection of register FFDC data when HWP error created
If HWP Error XML contains an element called <collectRegisterFfdc> which
identifies the registers to collect as FFDC then when the error is
created, those registers are automatically collected and stored in the
error log. Also create Hostboot parsers to parse the data.
Change-Id: I521527b97e0db0c808db81773ba0fe9aa00477ad
RTC: 46029
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1866
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/mbox/plugins')
| -rw-r--r-- | src/usr/mbox/plugins/mboxParse.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/mbox/plugins/mboxParse.C b/src/usr/mbox/plugins/mboxParse.C index 5d2a78f7d..d0654e671 100644 --- a/src/usr/mbox/plugins/mboxParse.C +++ b/src/usr/mbox/plugins/mboxParse.C @@ -24,5 +24,5 @@ #include <errl/errludparser.H> #include <mbox/mboxUdParserFactory.H> -ERRL_MAKE_UD_PARSER(mbox::UserDetailsParserFactory, HBMBOX_COMP_ID) +ERRL_MAKE_UD_PARSER(MBOX::UserDetailsParserFactory, HBMBOX_COMP_ID) |

