About 635,000 results
Open links in new tab
  1. Registers (Debugging with GDB) - sourceware.org

    The regname may be any register name valid on the machine you are using, with or without the initial ‘ $ ’. GDB has four “standard” register names that are available (in expressions) on most …

  2. How to print register values in GDB? - Stack Overflow

    Mar 25, 2011 · You can refer to machine register contents, in expressions, as variables with names starting with ‘$’. The names of registers are different for each machine; use info …

  3. Debugging with GDB - Registers - Stanford University

    GDB has four "standard" register names that are available (in expressions) on most machines--whenever they do not conflict with an architecture's canonical mnemonics for registers.

  4. Registers - Debugging with GDB - DESY

    You can refer to machine register contents, in expressions, as variables with names starting with ` $ '. The names of registers are different for each machine; use info registers to see the names …

  5. Registers (Debugging with ROCGDB) - AMD

    10.14 Registers You can refer to machine register contents, in expressions, as variables with names starting with ‘ $ ’. The names of registers are different for each machine; use info …

  6. Is there a way to use symbolic names for debug watch of RISC ...

    Jun 12, 2025 · Commonly you load a non-stripped ELF into GDB, it holds the symbols of your executable including register names. Why does this not work for you?

  7. GDB Command Reference - info registers command

    Parameters Register name If specified, the info registers command will show the contents of a given register only. If omitted, the command will show the contents of all general-purpose CPU …

  8. Intel APX Register Debugging in GDB 2025: A Step-by-Step ...

    Apr 28, 2025 · Learn how to debug Intel APX registers in GDB with practical examples, command syntax, and troubleshooting tips for x86-64 assembly developers.