[Lldb-commits] [PATCH] D115151: [lldb/qemu] Add emulator-args setting

2021-12-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG611fdde4c765: [lldb/qemu] Add emulator-args setting (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115151/new/ https://reviews.llvm.org

[Lldb-commits] [PATCH] D115151: [lldb/qemu] Add emulator-args setting

2021-12-07 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. LGTM. Not clear what qemu options will be most useful yet and a catch all is always useful. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115151/new/ https://reviews.llvm.org/D115151 ___

[Lldb-commits] [PATCH] D115151: [lldb/qemu] Add emulator-args setting

2021-12-06 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: DavidSpickett, mgorny, JDevlieghere. labath requested review of this revision. Herald added a project: LLDB. This setting allows the user to pass additional arguments to the qemu instance. While we may want to introduce dedicated settings for t