Dump analyzer
A dump analyzer is a programming tool which is used for understanding a machine readable core dump.
GNU gdb
[edit | edit source]The GNU Debugger (gdb) can be used to look inside core dumps (called CORE) from various supported systems. Gdb is an interactive command-line debugger;[1] various GUI front-ends can be run with gdb.
IBM IPCS
[edit | edit source]IPCS (Interactive Problem Control System) is a z/OS component that can analyze un-formatted application dumps (SYSMDUMP), transaction dumps, system dumps (SVC dumps), stand-alone system dumps (SADMP) and the current address space. IPCS can inspect any storage address in the dump and format system control blocks, providing labels for fields. It can be run interactively or as a batch job.[2] Authorized users can view other address spaces.
IBM z/VM Dump Viewing Facility
[edit | edit source]“The Dump Viewing Facility provides a variety of commands and subcommands that allow the user to interactively locate and display dump data.”[3]
References
[edit | edit source]- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).