Leopold Toetsch wrote:
A debug session snippet:

I've changed the syntax now to the more conforming convenience var syntax for registers:

(gdb) pp $I1
I1=3

$x0 ... $x9 are predefined for x in S,I,N (no PMCs yet)

This is the same as printing HW registers:

(gdb) p $eax
$1 = 135154512

And:

(gdb) pp "N28"   # general syntax

leo

Reply via email to