LLDB mainline
DumpRegisterInfo.cpp File Reference
#include "lldb/Core/DumpRegisterInfo.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/RegisterTypeFlags.h"
#include "lldb/Utility/Stream.h"
#include "llvm/Support/Casting.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 19 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 72 of file DumpRegisterInfo.cpp.

References lldb_private::Stream::EOL().