Dump analyzer
A dump analyzer is a programming tool which is used for understanding a machine readable core dump.
GNU gdb
[edit]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]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]“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]- ^ "GDB: The GNU Project Debugger". sourceware.org. Retrieved January 12, 2025.
- ^ MVS Interactive Problem Control System Use’rs Guide (PDF). IBM Corporation. January 2021. pp. 3–4. Retrieved January 12, 2025.
- ^ "Interactively Analyzing Dump Data". ibm.com. Retrieved January 12, 2025.