Printing method parameters in GDB without sourceEdit
ppc
self: $r3- first
idargument: $r5 - more
idarguments: $r6, ..., $r10 idresult: $r3
ppc64
self: $r3- first
idargument: $r5 - more
idarguments: $r6, ..., $r10 idresult: $r3
i386
self: *(id *)($ebp + 8)_cmd: *(SEL)($ebp + 12)- first
idargument: *(id *)($ebp + 16) - more
idarguments: *(id *)($ebp + 20), *(id *)($ebp + 24), ... idresult: $eax
x86_64
self: $rdi- first
idargument: $rdx - more
idarguments: $rcx, $r8, $r9 idresult: $rax