Searched refs:new_location (Results 1 – 7 of 7) sorted by relevance
242 BreakpointLocationList::AddLocation (const Address &addr, bool *new_location) in AddLocation() argument246 if (new_location) in AddLocation()247 *new_location = false; in AddLocation()256 if (new_location) in AddLocation()257 *new_location = true; in AddLocation()
194 bool new_location; in SearchCallback() local305 … BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(break_addr, &new_location)); in SearchCallback()306 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) in SearchCallback()
87 Breakpoint::AddLocation (const Address &addr, bool *new_location) in AddLocation() argument89 return m_locations.AddLocation (addr, new_location); in AddLocation()
249 bool *new_location = NULL);
263 bool *new_location = NULL);
407 var new_location =410 break_point.update_positions(new_location.line, new_location.column);414 line: new_location.line,415 column: new_location.column
1035 new_location = urlparse.urljoin(_request_uri(environ), value)1036 headerlist[i] = (name, new_location)