[Lldb-commits] [PATCH] D100515: [lldb] Add GetCodeAddressMask and GetDataAddressMask to Process

Justin Cohen via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 16 11:21:53 PDT 2021


justincohen added a comment.

Out of curiosity: Typically should one be able to set target.process.virtual-addressable-bits after the target has been created?  Or is it expected that users will need to run in the following order only:

  settings set target.process.virtual-addressable-bits ...
  target create -c ....

Setting virtual-addressable-bits won't do anythin after the target has been created (and perhaps that is working as intended?)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100515/new/

https://reviews.llvm.org/D100515



More information about the lldb-commits mailing list