diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-11-07 16:23:00 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-11-16 12:56:42 -0600 |
| commit | 032c54f4f03414618499a6717890a408e80acb77 (patch) | |
| tree | c3fb15cdd4cb5119937b8b11cedb52aa05e49cc7 /src/build/debug/hb-dump-debug | |
| parent | 1e3a888edab060be5b016aff86a5d547b5be6643 (diff) | |
| download | talos-hostboot-032c54f4f03414618499a6717890a408e80acb77.tar.gz talos-hostboot-032c54f4f03414618499a6717890a408e80acb77.zip | |
Simics implementation of debug framework.
Change-Id: Ie9f6963070ced0a39c2e62f685c79d6da01fdcdb
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/488
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/hb-dump-debug')
| -rwxr-xr-x | src/build/debug/hb-dump-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/hb-dump-debug b/src/build/debug/hb-dump-debug index b6648b397..600187f61 100755 --- a/src/build/debug/hb-dump-debug +++ b/src/build/debug/hb-dump-debug @@ -28,7 +28,7 @@ use Getopt::Long; use Pod::Usage; use IO::Seekable; -use Hostboot::DebugFramework; +use Hostboot::_DebugFramework; my $tool = ""; my $dumpfile = ""; |

