[lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 18 Nov 2022 21:56:19 +0000 (13:56 -0800)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 18 Nov 2022 21:56:48 +0000 (13:56 -0800)
commit27a26e7ab7d8a8b47c63f68bd1801fc2f9342637
tree453a918e4d15e6cc7ac27a3fc2907c9f05c5cae4
parent7e01924e4e5634a6fa7d500574aeca58c8f36873
[lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)

This patch removes all occurences to GetPythonValueFormatString and
use the template specialization of PythonFormat structs instead.

Differential Revision: https://reviews.llvm.org/D134033

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp [deleted file]
lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h