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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits