Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h21 struct TraceDumperOptions { struct
25 bool forwards = false;
28 bool raw = false;
30 bool json = false;
32 bool pretty_print_json = false;
35 bool show_timestamps = false;
37 bool show_events = false;
39 bool only_events = false;
41 bool show_control_flow_kind = false;
43 std::optional<uint64_t> id;
[all …]