aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-07-26 02:08:48 +0000
committerJason Molenda <jmolenda@apple.com>2013-07-26 02:08:48 +0000
commit6855784d6c31c060c230d99f6107c52fa22f1b3f (patch)
treee7ceaffd5d4319b6e69dc58d0b358259a7931411 /source/Plugins
parent6bea559652079732f2481054aace855a60e8c51d (diff)
downloadlldb-6855784d6c31c060c230d99f6107c52fa22f1b3f.tar.gz
Add an SBFrame::FindRegister() method to make it a little
easier to retrieve a register value. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'source/Plugins')
-rw-r--r--source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp b/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
index 330a81812..a904d8b64 100644
--- a/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
+++ b/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
@@ -1187,6 +1187,7 @@ ABISysV_x86_64::RegisterIsVolatile (const RegisterInfo *reg_info)
// "System V Application Binary Interface"
// "AMD64 Architecture Processor Supplement"
// (or "x86-64(tm) Architecture Processor Supplement" in earlier revisions)
+// (this doc is also commonly referred to as the x86-64/AMD64 psABI)
// Edited by Michael Matz, Jan Hubicka, Andreas Jaeger, and Mark Mitchell
// current version is 0.99.6 released 2012-07-02 at http://refspecs.linuxfoundation.org/elf/x86-64-abi-0.99.pdf