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

Reply via email to