llvm-project/lldb/source/Plugins/UnwindAssembly
Greg Clayton 9a8fa9161f Added generic register numbers for simple ABI argument registers and defined
the appropriate registers for arm and x86_64. The register names for the
arguments that are the size of a pointer or less are all named "arg1", "arg2",
etc. This allows you to read these registers by name:

(lldb) register read arg1 arg2 arg3
...

You can also now specify you want to see alternate register names when executing
the read register command:

(lldb) register read --alternate
(lldb) register read -A

llvm-svn: 131376
2011-05-15 04:12:07 +00:00
..
InstEmulation Added generic register numbers for simple ABI argument registers and defined 2011-05-15 04:12:07 +00:00
x86 Changed the emulate instruction function to take emulate options which 2011-04-26 04:39:08 +00:00