summaryrefslogtreecommitdiff
path: root/src/arch/arm/stacktrace.cc
AgeCommit message (Expand)Author
2019-05-30arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s.Gabe Black
2019-05-30arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code.Gabe Black
2019-04-28mem: Remove the ISA specialized versions of port proxy's read/write.Gabe Black
2019-04-26arm: Factor some repetition out of the ProcessInfo constructor.Gabe Black
2019-04-25arm: Fix some style issues in stacktrace.cc.Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2014-09-27arch: Use const StaticInstPtr references where possibleAndreas Hansson
2012-06-11ARM: implement the ProcessInfo methodsAnthony Gutierrez
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2010-11-08sim: Use forward declarations for ports.Ali Saidi
2009-11-17ARM: Boilerplate full-system code.Ali Saidi