LLDB mainline
lldb_private::Process::CoreArgs Class Reference

#include <Process.h>

Public Member Functions

 CoreArgs ()=default
 CoreArgs (const std::string &args, bool might_be_truncated)
void Format (Stream &stream) const
bool empty () const
Args as_args () const

Private Attributes

std::string m_cmd
bool m_might_be_truncated

Detailed Description

Definition at line 1544 of file Process.h.

Constructor & Destructor Documentation

◆ CoreArgs() [1/2]

lldb_private::Process::CoreArgs::CoreArgs ( )
default

◆ CoreArgs() [2/2]

lldb_private::Process::CoreArgs::CoreArgs ( const std::string & args,
bool might_be_truncated )
inline

Definition at line 1550 of file Process.h.

References m_cmd, and m_might_be_truncated.

Member Function Documentation

◆ as_args()

Args lldb_private::Process::CoreArgs::as_args ( ) const
inline

Definition at line 1564 of file Process.h.

References m_cmd.

◆ empty()

bool lldb_private::Process::CoreArgs::empty ( ) const
inline

Definition at line 1562 of file Process.h.

References m_cmd.

◆ Format()

void lldb_private::Process::CoreArgs::Format ( Stream & stream) const
inline

Definition at line 1553 of file Process.h.

References m_cmd.

Member Data Documentation

◆ m_cmd

std::string lldb_private::Process::CoreArgs::m_cmd
private

Definition at line 1545 of file Process.h.

Referenced by as_args(), CoreArgs(), empty(), and Format().

◆ m_might_be_truncated

bool lldb_private::Process::CoreArgs::m_might_be_truncated
private

Definition at line 1546 of file Process.h.

Referenced by CoreArgs().


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