I know that most modern processors maintain a branch prediction table (BPT). I have read the gdb documentation but I could not found any command that should give desired results. Based on this, I have a couple questions:
Is there a gdb command (or some other way) to get the BPT info of a process?
If not, is it possible to view a process's BPT?