================
@@ -981,6 +981,23 @@ struct WriteMemoryResponseBody {
};
llvm::json::Value toJSON(const WriteMemoryResponseBody &);
+struct DAPGetModuleSymbolsArguments {
+ /// The module UUID for which to retrieve symbols.
+ std::optional<std::string> moduleId;
+
+ /// The module path.
+ std::optional<std::string> moduleName;
+};
----------------
ashgti wrote:
We should take a `offset` and `count` parameters to allow for paginating this
data like how instructions can be paginated for the
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Disassemble
request.
https://github.com/llvm/llvm-project/pull/153836
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits