As a general rule, I don't.

If gdb or some other target debugger can make contact with the target device, that is far more preferable as you can just use symbol names.

Where it does become more useful is where all you have is a hex dump of memory and you're trying to figure out what each address represents.
This is laborious and error prone, it's not something you do unless you have no choice.