• Home
  • Raw
  • Download

Lines Matching refs:sb_file_spec

727 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec,  in BreakpointCreateByLocation()  argument
730 (const lldb::SBFileSpec &, uint32_t), sb_file_spec, line); in BreakpointCreateByLocation()
732 return LLDB_RECORD_RESULT(BreakpointCreateByLocation(sb_file_spec, line, 0)); in BreakpointCreateByLocation()
736 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation() argument
740 sb_file_spec, line, offset); in BreakpointCreateByLocation()
744 BreakpointCreateByLocation(sb_file_spec, line, offset, empty_list)); in BreakpointCreateByLocation()
748 SBTarget::BreakpointCreateByLocation(const SBFileSpec &sb_file_spec, in BreakpointCreateByLocation() argument
754 sb_file_spec, line, offset, sb_module_list); in BreakpointCreateByLocation()
756 return LLDB_RECORD_RESULT(BreakpointCreateByLocation(sb_file_spec, line, 0, in BreakpointCreateByLocation()
761 const SBFileSpec &sb_file_spec, uint32_t line, uint32_t column, in BreakpointCreateByLocation() argument
766 sb_file_spec, line, column, offset, sb_module_list); in BreakpointCreateByLocation()
783 module_list, *sb_file_spec, line, column, offset, check_inlines, in BreakpointCreateByLocation()
1657 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() argument
1659 (const lldb::SBFileSpec &), sb_file_spec); in FindModule()
1663 if (target_sp && sb_file_spec.IsValid()) { in FindModule()
1664 ModuleSpec module_spec(*sb_file_spec); in FindModule()
1671 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits() argument
1673 (const lldb::SBFileSpec &), sb_file_spec); in FindCompileUnits()
1677 if (target_sp && sb_file_spec.IsValid()) in FindCompileUnits()
1678 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()