[all-commits] [llvm/llvm-project] 42fae3: [lldb] Add a fuzzer for the DWARF Expression Evalu...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Oct 31 10:28:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42fae38e6ad1433ac0ff1a648dfdcd3fdb981093
      https://github.com/llvm/llvm-project/commit/42fae38e6ad1433ac0ff1a648dfdcd3fdb981093
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M lldb/tools/lldb-fuzzer/CMakeLists.txt
    A lldb/tools/lldb-fuzzer/lldb-dwarf-expression-fuzzer/CMakeLists.txt
    A lldb/tools/lldb-fuzzer/lldb-dwarf-expression-fuzzer/lldb-dwarf-expression-fuzzer.cpp

  Log Message:
  -----------
  [lldb] Add a fuzzer for the DWARF Expression Evaluator (#114286)

This adds a fuzzer for the DWARF expression evaluator. It does pretty
much the same thing as what we do in the corresponding unit test but
with data generated by libfuzzer.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list