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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 16 11:55:16 PDT 2021


JDevlieghere added a comment.

In D100515#2695395 <https://reviews.llvm.org/D100515#2695395>, @justincohen wrote:

> 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?)

Yep, that was exactly why I'm always reading the setting if the mask isn't set yet (as opposed to setting it once in the constructor).


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

https://reviews.llvm.org/D100515



More information about the lldb-commits mailing list