kernel/eka/drivers/debug/rmdebug/d_rmd_breakpoints.cpp
branchRCL_3
changeset 87 2f92ad2dc5db
parent 0 a41df078684a
child 258 880ff05ad710
equal deleted inserted replaced
81:e7d2d738d3c2 87:2f92ad2dc5db
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1564 			TInt err = priv_DoEnableBreak(iBreakPointList[i], EFalse);
  1564 			TInt err = priv_DoEnableBreak(iBreakPointList[i], EFalse);
  1565 			if(KErrNone != err)
  1565 			if(KErrNone != err)
  1566 				{
  1566 				{
  1567 				LOG_MSG2("Error returned from DoEnableBreak: %d", err);
  1567 				LOG_MSG2("Error returned from DoEnableBreak: %d", err);
  1568 				iBreakPointList[i].iDisabledForStep = EFalse;
  1568 				iBreakPointList[i].iDisabledForStep = EFalse;
  1569 				}
  1569 				return err;
  1570 			return err;
  1570 				}
  1571 			}		
  1571 			}
  1572 		}
  1572 		}
  1573 	
  1573 	
  1574 	return KErrNone;
  1574 	return KErrNone;
  1575 	}
  1575 	}
  1576 
  1576