Searched refs:GetFilename (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1380 << module->GetFileSpec().GetFilename() << "\n";
1438 strm.Printf("%-*s", width, file_spec_ptr->GetFilename().AsCString(""));
1440 file_spec_ptr->GetFilename().Dump(&strm);
3630 result.GetOutputStream().Printf("Asynchronous (not restricted to call-sites) UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3638 result.GetOutputStream().Printf("Synchronous (restricted to call-sites) UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3646 result.GetOutputStream().Printf("Architecture default UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
3654 result.GetOutputStream().Printf("Fast UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), funcname.AsCString(), start_addr);
4277 module_spec.GetFileSpec().GetFilename() = symbol_fspec.GetFilename();
4339 if (filename_no_extension == module_spec.GetFileSpec().GetFilename())
[all...]
H A DCommandObjectProcess.cpp608 m_options.attach_info.GetExecutableFile().GetFilename() = old_exec_module_sp->GetPlatformFileSpec().GetFilename();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp135 s->PutCString (exe_module->GetFileSpec().GetFilename().GetCString());
1324 addr_module_sp->GetFileSpec().GetFilename().AsCString(),
1326 addr_module_sp->GetFileSpec().GetFilename().AsCString());
1562 transformed_spec.GetFileSpec().GetFilename() = module_spec.GetFileSpec().GetFilename();
1648 if (module_spec.GetUUID().IsValid() && !module_spec.GetFileSpec().GetFilename().IsEmpty() && !module_spec.GetFileSpec().GetDirectory().IsEmpty())
H A DProcess.cpp244 s.Printf (" name = %s\n", m_executable.GetFilename().GetCString());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp651 resolverFileLine->m_file_spec.GetFilename() == filename &&
H A DBreakpointLocation.cpp565 static_cast<FileSpec*>(sc.comp_unit)->GetFilename().Dump (s);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp541 debugserver_file_spec.GetFilename().SetCString(DEBUGSERVER_BASENAME);
H A DProcessGDBRemote.cpp781 exe_module->GetFileSpec().GetFilename().AsCString(),
2476 debugserver_file_spec.GetFilename().SetCString(DEBUGSERVER_BASENAME);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2431 const char *program_name = program_file_spec.GetFilename().AsCString();
2623 result.AppendErrorWithFormat ("Error reading commands from file: %s.\n", cmd_file.GetFilename().AsCString());
2634 cmd_file.GetFilename().AsCString());
H A DScriptInterpreterPython.cpp2770 std::string basename(target_file.GetFilename().GetCString());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp332 Timer scoped_timer (__PRETTY_FUNCTION__, "%s - %s", __PRETTY_FUNCTION__, m_objfile.GetFileSpec().GetFilename().AsCString(""));
H A DSymbolContext.cpp140 *s << module_sp->GetFileSpec().GetFilename();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp909 const char *filename = m_file.GetFilename().GetCString();
1101 "Module::GetObjectFile () module = %s", GetFileSpec().GetFilename().AsCString(""));
H A DAddress.cpp410 s->Printf("%s[", section_sp->GetModule()->GetFileSpec().GetFilename().AsCString());
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h154 return m_executable.GetFilename().GetCString();
160 return m_executable.GetFilename().GetLength();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1172 exe_name = exe_module->GetFileSpec().GetFilename().AsCString();
/freebsd-10.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp433 Driver::GetFilename() const function in class:Driver
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp842 i->first->GetFileSpec().GetFilename().GetCString());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1806 s->Printf(" %s\n", spec.GetFilename().GetCString());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1034 obj_file_name = obj_file->GetFileSpec().GetFilename().AsCString();
H A DSymbolFileDWARF.cpp2953 GetObjectFile()->GetFileSpec().GetFilename().AsCString());
4845 m_obj_file->GetFileSpec().GetFilename().AsCString(),
5121 m_obj_file->GetFileSpec().GetFilename().AsCString(),

Completed in 411 milliseconds

12