Hello,

This patch fixes the behaviour of -stack-list-locals command, which in
additional lists global(static) variables. There was an error in ORing mask
which is used for getting a list of variables. Previously, these constants
were unnamed, and possible it become the reason of this bug.

I had named these constants and done them as enumeration. Also, I added
tests for -stack-list-locals and -stack-list-arguments commands.

Thanks,
Ilia

Attachment: lldbmi_stacklistlocals_shows_global_vars.v3.patch
Description: Binary data

_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to