Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp27 const SourceLocationSpec &location_spec, in BreakpointResolverFileLine() argument
30 m_location_spec(location_spec), m_skip_prologue(skip_prologue), in BreakpointResolverFileLine()
88 SourceLocationSpec location_spec(FileSpec(filename), line, column, in CreateFromStructuredData() local
90 if (!location_spec) in CreateFromStructuredData()
94 location_spec); in CreateFromStructuredData()
DBreakpointResolverFileRegex.cpp111 SourceLocationSpec location_spec(cu_file_spec, line_matches[i], in SearchCallback() local
114 cu->ResolveSymbolContext(location_spec, eSymbolContextEverything, sc_list); in SearchCallback()
/openbsd/src/gnu/llvm/lldb/source/Core/
DAddressResolverFileLine.cpp32 SourceLocationSpec location_spec) in AddressResolverFileLine() argument
33 : AddressResolver(), m_src_location_spec(location_spec) {} in AddressResolverFileLine()
DModule.cpp600 SourceLocationSpec location_spec(file_spec, line, /*column=*/std::nullopt, in ResolveSymbolContextsForFileSpec() local
603 symbols->ResolveSymbolContext(location_spec, resolve_scope, sc_list); in ResolveSymbolContextsForFileSpec()
941 SourceLocationSpec location_spec(file, line, /*column=*/std::nullopt, in FindAddressesForLine() local
944 AddressResolverFileLine resolver(location_spec); in FindAddressesForLine()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DAddressResolverFileLine.h31 AddressResolverFileLine(SourceLocationSpec location_spec);
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointResolverFileLine.h27 const SourceLocationSpec &location_spec,
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompileUnit.cpp241 SourceLocationSpec location_spec(*file_spec_ptr, line, in FindLineEntry() local
248 start_idx, file_indexes, location_spec, line_entry_ptr); in FindLineEntry()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBThread.cpp839 SourceLocationSpec location_spec( in StepOverUntil() local
844 frame_sc.comp_unit->ResolveSymbolContext(location_spec, in StepOverUntil()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp399 SourceLocationSpec location_spec(remapped_file, line_no, column, in CreateBreakpoint() local
402 if (!location_spec) in CreateBreakpoint()
406 nullptr, offset, skip_prologue, location_spec, removed_prefix_opt)); in CreateBreakpoint()