[Lldb-commits] [PATCH] D127048: [lldb] Set COFF and PDB module env from default target triple
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 6 06:18:12 PDT 2022
DavidSpickett added a comment.
There is an arch setting to `target create` but I doubt passing the whole triple there will make a difference (truncated to arch only at best).
Platforms do have settings so you could try adding something to `remote-windows` or presumably `host` when run on Windows. How you plumb that into where you need it I don't know.
(lldb) settings show platform.plugin.qemu-user.architecture
platform.plugin.qemu-user.architecture (string) =
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127048/new/
https://reviews.llvm.org/D127048
More information about the lldb-commits
mailing list