[Lldb-commits] [PATCH] D90872: [TargetList] Simplify dummy target creation
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 5 11:54:56 PST 2020
vsk created this revision.
vsk added reviewers: teemperor, JDevlieghere, jingham.
Herald added a project: LLDB.
vsk requested review of this revision.
Factor out dummy target creation from CreateTargetInternal.
This makes it impossible for dummy target creation to accidentally fail
due to too-strict checking in one of the CreateTargetInternal overloads.
Testing: check-lldb
rdar://70630655
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90872
Files:
lldb/include/lldb/Target/TargetList.h
lldb/source/Target/TargetList.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90872.303217.patch
Type: text/x-patch
Size: 7626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201105/f4249f38/attachment.bin>
More information about the lldb-commits
mailing list