Review Board 2.0.15


Debug: Implement getArgument() and function skipping for ARM.

Review Request #244 - Created Sept. 15, 2010 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
Reviewers
Default
Debug: Implement getArgument() and function skipping for ARM.

In the process make add skipFuction() to handle isa specific function skipping
instead of ifdefs and other ugliness. For almost all ABIs, 64 bit arguments can
only start in even registers.  Size is now passed to getArgument() so that 32
bit systems can make decisions about register selection for 64 bit arguments.