LLDB mainline
Typedefs | Functions
DumpRegisterInfo.cpp File Reference
#include "lldb/Core/DumpRegisterInfo.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/RegisterFlags.h"
#include "lldb/Utility/Stream.h"

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 >
static 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().