[Lldb-commits] [PATCH] D104629: [lldb] Escape semicolons for all shells

2022-04-13 Thread Jim Ingham via Phabricator via lldb-commits
jingham added a comment. This is good in general, but I'm not sure we want to escape $. One of the uses of shell expansion is to get shell variables expanded. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104629/new/ https://reviews.llvm.org/D104

[Lldb-commits] [PATCH] D104629: [lldb] Escape semicolons for all shells

2022-04-12 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG07a722c574d1: [lldb] Escape semicolons for all shells (authored by teemperor, committed by JDevlieghere). Herald added a subscriber: lldb-commits. He