LLDB mainline
llvm::format_provider< lldb_private::WaitStatus > Struct Reference

#include <Host.h>

Static Public Member Functions

static void format (const lldb_private::WaitStatus &WS, raw_ostream &OS, llvm::StringRef Options)
 Options = "" gives a human readable description of the status Options = "g" gives a gdb-remote protocol status (e.g., X09)

Detailed Description

Definition at line 297 of file Host.h.

Member Function Documentation

◆ format()

void llvm::format_provider< lldb_private::WaitStatus >::format ( const lldb_private::WaitStatus & WS,
raw_ostream & OS,
llvm::StringRef Options )
static

Options = "" gives a human readable description of the status Options = "g" gives a gdb-remote protocol status (e.g., X09)


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