Looks good to me. Please commit or let me know if you don’t have commit access. Thanks for fixing this.
Regards, Abid From: Ilia K [mailto:[email protected]] Sent: 05 December 2014 16:29 To: [email protected]; Abid, Hafiz Subject: [Lldb-commits] [PATCH] lldb-mi: fix -stack-list-locals shows global variables 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
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
