Home
last modified time | relevance | path

Searched refs:comp_unit_list (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/API/
DSBTarget.h652 const SBFileSpecList &comp_unit_list);
658 const SBFileSpecList &comp_unit_list);
665 const SBFileSpecList &comp_unit_list);
673 const SBFileSpecList &comp_unit_list);
/external/lldb/examples/functions/
Dmain.cpp200 SBFileSpecList comp_unit_list; in main() local
216 … SBBreakpoint bp = target.BreakpointCreateByRegex (".", module_list, comp_unit_list); in main()
/external/lldb/source/API/
DSBTarget.cpp1353 const SBFileSpecList &comp_unit_list) in BreakpointCreateByName() argument
1356 return BreakpointCreateByName (symbol_name, name_type_mask, module_list, comp_unit_list); in BreakpointCreateByName()
1363 const SBFileSpecList &comp_unit_list) in BreakpointCreateByName() argument
1375 comp_unit_list.get(), in BreakpointCreateByName()
1396 const SBFileSpecList &comp_unit_list) in BreakpointCreateByNames() argument
1408 comp_unit_list.get(), in BreakpointCreateByNames()
1477 const SBFileSpecList &comp_unit_list) in BreakpointCreateByRegex() argument
1490 …*sb_bp = target_sp->CreateFuncRegexBreakpoint (module_list.get(), comp_unit_list.get(), regexp, sk… in BreakpointCreateByRegex()
/external/lldb/scripts/Python/interface/
DSBTarget.i651 const SBFileSpecList &comp_unit_list);
658 const SBFileSpecList &comp_unit_list);