Home
last modified time | relevance | path

Searched defs:TraceDumperOptions (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceDumper.h20 struct TraceDumperOptions { struct
24 bool forwards = false;
27 bool raw = false;
29 bool json = false;
31 bool pretty_print_json = false;
34 bool show_timestamps = false;
36 bool show_events = false;
38 bool only_events = false;
40 bool show_control_flow_kind = false;
42 std::optional<uint64_t> id;
[all …]