[Lldb-commits] [PATCH] D73665: Stop emitting a breakpoint for each location in a breakpoint when responding to breakpoint commands.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 00:50:43 PST 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
This looks good now. Thanks for your patience.
================
Comment at: lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py:68
+ [main_bp_line])
+ if response:
+ breakpoints = response['body']['breakpoints']
----------------
Under what conditions can `response` be None? Should this maybe be `assertIsNotNone(response)` instead ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73665/new/
https://reviews.llvm.org/D73665
More information about the lldb-commits
mailing list