[Lldb-commits] [PATCH] First cut of PowerPC(64) support in LLDB.
Greg Clayton
clayborg at gmail.com
Thu Oct 30 13:04:07 PDT 2014
Everything looks good except there is no need to add "eCore_ppc_powerpc" as we already have "eCore_ppc_generic", and no need to add "eCore_ppc64_powerpc64" as we already have "eCore_ppc64_generic". Feel free to keep the new "powerpc" and "powerpc64" string entries in the ArchSpec table, but I still use the eCore_ppc_generic and eCore_ppc64_generic core definitions.
http://reviews.llvm.org/D5988
More information about the lldb-commits
mailing list