[Lldb-commits] [PATCH] D69451: Inline variable only used in assertion

2019-10-25 Thread Shu-Chun Weng via Phabricator via lldb-commits
scw created this revision. scw added a reviewer: JDevlieghere. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. This prevents unused variable warning/error in -DNDEBUG builds. The variable was introduced in rG5934cd11ea3e

[Lldb-commits] [PATCH] D69451: Inline variable only used in assertion

2019-10-25 Thread Shu-Chun Weng via Phabricator via lldb-commits
scw updated this revision to Diff 226512. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69451/new/ https://reviews.llvm.org/D69451 Files: lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp Index: lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp =

[Lldb-commits] [PATCH] D69451: Inline variable only used in assertion

2019-10-25 Thread Shu-Chun Weng via Phabricator via lldb-commits
scw added a comment. Missed my alias and used the command line for other projects instead :/ Yes, please commit it for me as I don't have the permission. Thank you! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69451/new/ https://reviews.llvm.org/D69451 _

[Lldb-commits] [PATCH] D69455: Correct size_t format specifier

2019-10-25 Thread Shu-Chun Weng via Phabricator via lldb-commits
scw created this revision. scw added a reviewer: jingham. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D69455 Files: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp Index: lldb/s

[Lldb-commits] [PATCH] D69455: Correct size_t format specifier

2019-10-25 Thread Shu-Chun Weng via Phabricator via lldb-commits
scw updated this revision to Diff 226525. scw added a comment. Rebase. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69455/new/ https://reviews.llvm.org/D69455 Files: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp Index: lldb/source/Plugins/ScriptInterpret