[Lldb-commits] [PATCH] D96680: [lldb-vscode] Emit the breakpoint changed event on location resolved
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 21 12:54:54 PST 2021
jankratochvil added a comment.
This new testcase broke buildbots as it is failing after a revert of D96637 <https://reviews.llvm.org/D96637>:
http://lab.llvm.org:8014/#/workers/29
http://lab.llvm.org:8011/#/workers/1
They are now failing on:
` lldb-api :: tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointLocationResolvedEvent.py`
This testcase you newly checked-in after the patch being reverted.
commit b19d3b092d4ea019dfc52501bb96b0008d4e01d2 (HEAD)
Author: António Afonso <antonio.afonso at gmail.com>
Date: Sun Feb 21 10:38:25 2021 -0800
Revert "Make sure the interpreter module was loaded before making checks against it"
This reverts commit a83a825e9902b54b315870e9ed85723525208f09.
commit 1f21d488bd79a06c9cf405cc5db985fcd71c4f70
Author: António Afonso <antonio.afonso at gmail.com>
Date: Fri Feb 19 09:43:38 2021 -0800
[lldb-vscode] Emit the breakpoint changed event on location resolved
Differential Revision: https://reviews.llvm.org/D96680
commit a83a825e9902b54b315870e9ed85723525208f09
Author: António Afonso <antonio.afonso at gmail.com>
Date: Thu Feb 18 20:31:55 2021 -0800
Make sure the interpreter module was loaded before making checks against it
Differential Revision: https://reviews.llvm.org/D96637
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96680/new/
https://reviews.llvm.org/D96680
More information about the lldb-commits
mailing list