LLDB mainline
Classes | Namespaces | Functions
Stream.h File Reference
#include "lldb/Utility/Flags.h"
#include "lldb/lldb-defines.h"
#include "lldb/lldb-enumerations.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdarg>
#include <cstddef>
#include <cstdint>
#include <type_traits>

Go to the source code of this file.

Classes

class  lldb_private::Stream
 A stream class that can stream formatted output to a file. More...
 
struct  lldb_private::Stream::HighlightSettings
 Struct to store information for color highlighting in the stream. More...
 
class  lldb_private::Stream::ByteDelta
 
class  lldb_private::Stream::RawOstreamForward
 This is a wrapper class that exposes a raw_ostream interface that just forwards to an LLDB stream, allowing to reuse LLVM algorithms that take a raw_ostream within the LLDB code base. More...
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Functions

void lldb_private::DumpAddress (llvm::raw_ostream &s, uint64_t addr, uint32_t addr_size, const char *prefix=nullptr, const char *suffix=nullptr)
 Output an address value to this stream.
 
void lldb_private::DumpAddressRange (llvm::raw_ostream &s, uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix=nullptr, const char *suffix=nullptr)
 Output an address range to this stream.