lldb [NFC] Add logging to Process when address masks are updated
authorJason Molenda <jason@molenda.com>
Fri, 16 Jun 2023 00:37:42 +0000 (17:37 -0700)
committerJason Molenda <jason@molenda.com>
Fri, 16 Jun 2023 00:38:45 +0000 (17:38 -0700)
commit538df1d8a2428d06de7f26c859969ddec14928c1
treedde7558f5e9579bbade63b33c22a7d0e158dd923
parent43687da7a0d6ba13b1428037e8587568cc40b449
lldb [NFC] Add logging to Process when address masks are updated

To aid in integration testing/debugging. Verifying that the address
mask/addressable bits values from different sources are correctly
registered by lldb.
lldb/include/lldb/Target/Process.h
lldb/source/Target/Process.cpp