[Lldb-commits] [PATCH] D46885: Remove append parameter to FindGlobalVariables

2018-05-31 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL333639: Remove append parameter to FindGlobalVariables (authored by labath, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D46885?vs=146848&id

[Lldb-commits] [PATCH] D46885: Remove append parameter to FindGlobalVariables

2018-05-31 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Thanks for the patch. I've clang-formatted it and committed in r333639. https://reviews.llvm.org/D46885 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D46885: Remove append parameter to FindGlobalVariables

2018-05-16 Thread Tom Tromey via Phabricator via lldb-commits
tromey added a comment. I don't have commit access, so could someone please land this for me? https://reviews.llvm.org/D46885 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D46885: Remove append parameter to FindGlobalVariables

2018-05-15 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. I couldn't find any additional uses of FindGlobalVariables in swift-lldb either. https://reviews.llvm.org/D46885 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-c