[LoongArch][Clang] Make the parameters and return value of {x,}vorn.v builti ns ...
[llvm-project.git] / lldb / source / Plugins / TraceExporter / ctf / TraceExporterCTFOptions.td
blob1919e7184f9be0893eb5fa67527d431fda4919d2
1 include "../../../../source/Commands/OptionsBase.td"
3 let Command = "thread trace export ctf" in {
4   def thread_trace_export_ctf: Option<"tid", "t">,
5     Group<1>,
6     Arg<"ThreadIndex">,
7     Desc<"Export the trace for the specified thread index. Otherwise, the "
8          "currently selected thread will be used.">;
9   def thread_trace_export_file: Option<"file", "f">, Required,
10     Group<1>,
11     Arg<"Filename">,
12     Desc<"Path of the file to export the trace data">;