How to see registers in OSX

0

What program is there in OSX that lets you see the status of registers?

tony_sid

Posted 2011-03-23T06:26:30.497

Reputation: 11 651

Answers

3

CPU registers? You do know they change constantly and are kept separately for every process (and thread), right? gdb can show you registers (info registers). If that's not it, I'm not sure what you're asking about.

geekosaur

Posted 2011-03-23T06:26:30.497

Reputation: 10 195

In the Windows debug program typing r will display the status of all registers. I'm looking for something like that in OSX. – tony_sid – 2011-03-23T06:34:06.327

1Then it's info registers as I said above. – geekosaur – 2011-03-23T06:39:13.763

It just says "The program has no registers now." Windows will always show the status of the registers. – tony_sid – 2011-03-24T07:13:01.960