|
LLDB mainline
|
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. | |
Arguments for the jAcceleratorPluginGetDynamicLoaderLibraryInfo packet.
Definition at line 213 of file AcceleratorGDBRemotePackets.h.
| 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().
| std::string lldb_private::AcceleratorDynamicLoaderArgs::plugin_name |
Definition at line 214 of file AcceleratorGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().