Home
last modified time | relevance | path

Searched refs:gdb_format_option (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3527 std::string gdb_format_option("--gdb-format="); in ResolveCommandImpl() local
3528 gdb_format_option += (suffix.c_str() + 1); in ResolveCommandImpl()
3535 gdb_format_option.append(1, ' '); in ResolveCommandImpl()
3536 cmd.insert(arg_terminator_idx, gdb_format_option); in ResolveCommandImpl()
3540 revised_command_line.Printf(" %s", gdb_format_option.c_str()); in ResolveCommandImpl()