LLDB mainline
lldb_private::AcceleratorDynamicLoaderArgs Struct Reference

Arguments for the jAcceleratorPluginGetDynamicLoaderLibraryInfo packet. More...

#include <AcceleratorGDBRemotePackets.h>

Public Attributes

std::string plugin_name
bool full = true
 If false, return only what changed since the last query.

Detailed Description

Arguments for the jAcceleratorPluginGetDynamicLoaderLibraryInfo packet.

Definition at line 213 of file AcceleratorGDBRemotePackets.h.

Member Data Documentation

◆ full

bool lldb_private::AcceleratorDynamicLoaderArgs::full = true

If false, return only what changed since the last query.

That state lives in the plugin rather than per-client, so the first query of a session must use true.

Definition at line 218 of file AcceleratorGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().

◆ plugin_name

std::string lldb_private::AcceleratorDynamicLoaderArgs::plugin_name

Definition at line 214 of file AcceleratorGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().


The documentation for this struct was generated from the following file: