Dbx: Revision history

From TechPubs Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 November 2025

  • curprev 04:2604:26, 17 November 2025 Raion talk contribs 2,454 bytes +2,454 Created page with "'''dbx''' is the IRIX debugger used for IRIS Development Option and MIPSPro based binaries. It is the primary system debugger, available in the "ProDev Workshop" CDs. == Cheat Sheet == For those unfamiliar, this section explains how to load and use it. === Getting Started === % dbx [program] – Launch dbx with a program. % dbx [program] program.core – Load a core dump. % dbx -I [path] – Add search path for source files. === Running Programs === run [ar..." Tag: Visual edit