Lines Matching refs:hardware

717     const bool hardware = false;  in BreakpointCreateByLocation()  local
725 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
746 const bool hardware = false; in BreakpointCreateByLocation() local
753 skip_prologue, internal, hardware, in BreakpointCreateByLocation()
770 const bool hardware = false; in BreakpointCreateByName() local
778 eLanguageTypeUnknown, offset, skip_prologue, internal, hardware); in BreakpointCreateByName()
782 eLanguageTypeUnknown, offset, skip_prologue, internal, hardware); in BreakpointCreateByName()
823 const bool hardware = false; in BreakpointCreateByName() local
829 skip_prologue, internal, hardware); in BreakpointCreateByName()
870 const bool hardware = false; in BreakpointCreateByNames() local
875 symbol_language, offset, skip_prologue, internal, hardware); in BreakpointCreateByNames()
916 const bool hardware = false; in BreakpointCreateByRegex() local
921 symbol_language, skip_prologue, internal, hardware); in BreakpointCreateByRegex()
934 const bool hardware = false; in BreakpointCreateByAddress() local
935 sb_bp = target_sp->CreateBreakpoint(address, false, hardware); in BreakpointCreateByAddress()
952 const bool hardware = false; in BreakpointCreateBySBAddress() local
953 sb_bp = target_sp->CreateBreakpoint(sb_address.ref(), false, hardware); in BreakpointCreateBySBAddress()
1000 const bool hardware = false; in BreakpointCreateBySourceRegex() local
1010 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
1025 const bool hardware = false; in BreakpointCreateForException() local
1027 hardware); in BreakpointCreateForException()