Skip to content

Create an lldb-dap fuzzer #139393

Open
Open
@JDevlieghere

Description

@JDevlieghere

Create a fuzzer for lldb-dap, similar to clangd-fuzzer. We already have various fuzzers in LLDB.

A few observations after briefly looking into this:

  • We'll need to turn most of LLDB DAP into a library, which means moving all but the driver code out of lldb-dap.cpp and having the latter link that library.
  • We should add the fuzzer as a subdirectory in lldb-dap rather than lldb-fuzzer so it can access the new DAP library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions