Lines Matching defs:line

1387                     strm << "No line table";
1818 uint32_t line,
1825 const uint32_t num_matches = module->ResolveSymbolContextsForFileSpec(file_spec, line, check_inlines,
1832 if (line > 0)
1833 strm.Printf (":%u", line);
2433 // Image debug line table dumping command
2441 "target modules dump line-table",
2442 "Dump the line table for one or more compilation units.",
2530 "target modules dump [symtab|sections|symfile|line-table] [<file1> <file2> ...]")
2535 LoadSubCommand ("line-table", CommandObjectSP (new CommandObjectTargetModulesDumpLineTable (interpreter)));
3750 error.SetErrorStringWithFormat ("invalid line number string '%s'", option_arg);
3752 error.SetErrorString ("zero is an invalid line number");
3816 uint32_t m_line_number; // Line number for file+line lookups
3818 bool m_include_inlines;// Check for inline entries when looking up by file/line.
4122 { LLDB_OPT_SET_3, false, "line", 'l', required_argument, NULL, 0, eArgTypeLineNum, "Lookup a line number in a file (must be used in conjunction with --file)."},
4721 error.SetErrorStringWithFormat ("invalid end line number: \"%s\"", option_arg);
4731 error.SetErrorStringWithFormat ("invalid start line number: \"%s\"", option_arg);
5066 "Specify a one-line breakpoint command inline. Be sure to surround it with quotes." },
5079 { LLDB_OPT_SET_1, false, "start-line", 'l', required_argument, NULL, 0, eArgTypeLineNum,
5080 "Set the start of the line range for which the stop-hook is to be run."},
5081 { LLDB_OPT_SET_1, false, "end-line", 'e', required_argument, NULL, 0, eArgTypeLineNum,
5082 "Set the end of the line range for which the stop-hook is to be run."},