aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorPeter Rong <PeterRong96@gmail.com>2023-04-17 12:10:18 -0700
committerPeter Rong <PeterRong96@gmail.com>2023-04-17 14:45:09 -0700
commit64ce140fa60846b4dc17b1212c4c8e8a22965622 (patch)
tree33f6232e4b729554a2f1b3a2340c745137932af0 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parentf1da04b7357bf0efef2ab881f31bdfb30c3e3b10 (diff)
downloadllvm-64ce140fa60846b4dc17b1212c4c8e8a22965622.zip
llvm-64ce140fa60846b4dc17b1212c4c8e8a22965622.tar.gz
llvm-64ce140fa60846b4dc17b1212c4c8e8a22965622.tar.bz2
[FuzzMutate] RandomIRBuilder has more source and sink type now.
Source and Sink are required when generating a new instruction. (Term defined by previous author, in LLVM terms it's probably Use and User.) Previously, only instructions in the same block is considered when taking source and sink. In this patch, more source and sink types are considered. For source, we have SrcFromInstInCurBlock, FunctionArgument, InstInDominator, SrcFromGlobalVariable, and NewConstOrStack. For sink, we have SinkToInstInCurBlock, PointersInDominator, InstInDominatee, NewStore, and SinkToGlobalVariable. A unit test to make sure source always dominates an instruction, and the instruction always dominates the sink is included. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D139907
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions