29 s <<
", capabilities={";
30 s <<
"eval_expr=" <<
capabilities.can_evaluate_expressions;
33 s <<
" bp_actions=" <<
capabilities.can_run_breakpoint_actions;
34 s <<
" frame_providers=" <<
capabilities.can_load_frame_providers;
35 s <<
" frame_recognizers=" <<
capabilities.can_run_frame_recognizers;
41 for (
size_t i = 0; i <
m_stack.size(); i++) {
#define LLDB_LOG(log,...)
The LLDB_LOG* macros defined below are the way to emit log messages.
void Dump(Stream &s) const
llvm::SmallVector< Policy > m_stack
const char * GetData() const
A stream class that can stream formatted output to a file.
size_t Printf(const char *format,...) __attribute__((format(printf
Output printf formatted output to the stream.
A class that represents a running process on the host machine.
Log * GetLog(Cat mask)
Retrieve the Log object for the channel associated with the given log enum.
Describes what view of the process a thread should see and what operations it is allowed to perform.
Capabilities capabilities
@ Public
Provider-augmented frames, public state, public run lock.
void Dump(Stream &s) const