[all-commits] [llvm/llvm-project] fdbb5a: [lldb] Add code and data address mask to Process
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Apr 16 12:31:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdbb5a7a91b00d1e4a9a16fee96763917a411fff
https://github.com/llvm/llvm-project/commit/fdbb5a7a91b00d1e4a9a16fee96763917a411fff
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/source/Target/Process.cpp
M lldb/source/Target/TargetProperties.td
Log Message:
-----------
[lldb] Add code and data address mask to Process
Add a code and data address mask to Process with respective getters and
setters and a setting that allows the user to specify the mast as a
number of addressable bits. The masks will be used by FixCodeAddress and
FixDataAddress respectively in the ABI classes.
Differential revision: https://reviews.llvm.org/D100515
More information about the All-commits
mailing list