[all-commits] [llvm/llvm-project] 46be5f: [lldb/Fuzzer] Add command interpreter fuzzer for LLDB
chelcassanova via All-commits
all-commits at lists.llvm.org
Wed Jun 22 14:43:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46be5faaf03466c3751f8a2882bef5a217e15926
https://github.com/llvm/llvm-project/commit/46be5faaf03466c3751f8a2882bef5a217e15926
Author: Chelsea Cassanova <sassychels251 at gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M lldb/tools/lldb-fuzzer/CMakeLists.txt
A lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/CMakeLists.txt
A lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/inputdictionary.txt
A lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/lldb-commandinterpreter-fuzzer.cpp
Log Message:
-----------
[lldb/Fuzzer] Add command interpreter fuzzer for LLDB
This adds a command interpreter fuzzer to LLDB's fuzzing library.
The input data from the fuzzer is used as input for the command
interpreter.
Input data for the fuzzer is guided by a dictionary of keywords used in
LLDB, such as "breakpoint", "target" and others.
Differential revision: https://reviews.llvm.org/D128292
More information about the All-commits
mailing list