[Lldb-commits] [lldb] Return high address masks correctly in Process (PR #78379)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 16 19:55:00 PST 2024


jasonmolenda wrote:

To test this one, I need to move this old patch https://reviews.llvm.org/D155905 over to a github PR and land it; it will add SBProcess methods to set, get, and test the address mask settings the same way that we get them from a gdb-remote stub or a corefile.  That patch is currently written by adding several variants of the SBProcess methods for all of the different combinations, and there was a consensus that I should add an enum to select the desired behavior and have single APIs for the relevant operations.  I also needed to add some API tests with the new methods.

https://github.com/llvm/llvm-project/pull/78379


More information about the lldb-commits mailing list