[Lldb-commits] [PATCH] D100340: [lldb-vscode] Add postRunCommands
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 22 13:31:52 PDT 2021
jankratochvil added a comment.
The regression was due to the `help process trace` command which surprisingly ends up in `GDBRemoteCommunicationClient::SendTraceSupported` which was crashing on `libipt`-enabled builds. Fixed by: rG18a85276426b9604a9ceca8c528b694964dd8d7c <https://reviews.llvm.org/rG18a85276426b9604a9ceca8c528b694964dd8d7c>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100340/new/
https://reviews.llvm.org/D100340
More information about the lldb-commits
mailing list