Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | ISA: generic Linux thread info support | Dam Sunwoo | |
This patch takes the Linux thread info support scattered across different ISA implementations (currently in ARM, ALPHA, and MIPS), and unifies them into a single file. Adds a few more helper functions to read out TGID, mm, etc. ISA-specific information (e.g., ALPHA PCBB register) is now moved to the corresponding isa_traits.hh files. |