LLDB mainline
DumpRegisterInfo.cpp File Reference

Go to the source code of this file.

Typedefs

using SetInfo = std::pair<const char *, uint32_t>

Functions

template<typename ElementType>
static void DumpList (Stream &strm, const char *title, const std::vector< ElementType > &list, std::function< void(Stream &, ElementType)> emitter)

Typedef Documentation

◆ SetInfo

using SetInfo = std::pair<const char *, uint32_t>

Definition at line 17 of file DumpRegisterInfo.cpp.

Function Documentation

◆ DumpList()

template<typename ElementType>
void DumpList ( Stream & strm,
const char * title,
const std::vector< ElementType > & list,
std::function< void(Stream &, ElementType)> emitter )
static

Definition at line 70 of file DumpRegisterInfo.cpp.

References lldb_private::Stream::EOL().