• Home
  • Raw
  • Download

Lines Matching refs:sb_bp

768   SBBreakpoint sb_bp;  in BreakpointCreateByLocation()  local
782 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByLocation()
787 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByLocation()
795 SBBreakpoint sb_bp; in BreakpointCreateByName() local
807 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByName()
811 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByName()
817 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByName()
859 SBBreakpoint sb_bp; in BreakpointCreateByName() local
867 sb_bp = target_sp->CreateBreakpoint(module_list.get(), comp_unit_list.get(), in BreakpointCreateByName()
872 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByName()
916 SBBreakpoint sb_bp; in BreakpointCreateByNames() local
924 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByNames()
929 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByNames()
971 SBBreakpoint sb_bp; in BreakpointCreateByRegex() local
980 sb_bp = target_sp->CreateFuncRegexBreakpoint( in BreakpointCreateByRegex()
985 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByRegex()
992 SBBreakpoint sb_bp; in BreakpointCreateByAddress() local
997 sb_bp = target_sp->CreateBreakpoint(address, false, hardware); in BreakpointCreateByAddress()
1000 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByAddress()
1007 SBBreakpoint sb_bp; in BreakpointCreateBySBAddress() local
1010 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateBySBAddress()
1016 sb_bp = target_sp->CreateBreakpoint(sb_address.ref(), false, hardware); in BreakpointCreateBySBAddress()
1019 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateBySBAddress()
1069 SBBreakpoint sb_bp; in BreakpointCreateBySourceRegex() local
1081 sb_bp = target_sp->CreateSourceRegexBreakpoint( in BreakpointCreateBySourceRegex()
1086 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateBySourceRegex()
1096 SBBreakpoint sb_bp; in BreakpointCreateForException() local
1101 sb_bp = target_sp->CreateExceptionBreakpoint(language, catch_bp, throw_bp, in BreakpointCreateForException()
1105 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateForException()
1118 SBBreakpoint sb_bp; in BreakpointCreateFromScript() local
1125 sb_bp = in BreakpointCreateFromScript()
1135 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateFromScript()