Home | History | Annotate | Download | only in Commands

Lines Matching refs:symfile

161         m_symbol_file (LLDB_OPT_SET_1, false, "symfile", 's', 0, eArgTypeFilename, "Fullpath to a stand alone debug symbols file for when debug symbols are not in the executable."),
231 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue());
232 if (symfile)
234 if (!symfile.Exists())
237 symfile.GetPath(symfile_path, sizeof(symfile_path));
259 if (symfile || remote_file)
264 if (symfile)
265 module_sp->SetSymbolFileFileSpec(symfile);
2338 "target modules dump symfile",
2340 //"target modules dump symfile [<file1> ...]")
2530 "target modules dump [symtab|sections|symfile|line-table] [<file1> <file2> ...]")
2534 LoadSubCommand ("symfile", CommandObjectSP (new CommandObjectTargetModulesDumpSymfile (interpreter)));
2553 m_symbol_file (LLDB_OPT_SET_1, false, "symfile", 's', 0, eArgTypeFilename, "Fullpath to a stand alone debug symbols file for when debug symbols are not in the executable.")
3413 { LLDB_OPT_SET_1, false, "symfile", 's', optional_argument, NULL, 0, eArgTypeWidth, "Display the fullpath to the image symbol file with optional width."},
3414 { LLDB_OPT_SET_1, false, "symfile-unique", 'S', optional_argument, NULL, 0, eArgTypeWidth, "Display the symbol file with optional width only if it is different from the executable object file."},
4212 "target symbols add [<symfile>]", eFlagRequiresTarget),
4358 // give the existing target module the symfile path to use for
4373 // Provide feedback that the symfile has been successfully added.