Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DExceptionKeeper.cs53 foreach(var exception in exceptions) in PrintExceptions()
55 Console.WriteLine(exception.SourceException); in PrintExceptions()
DNativeBinder.cs244 var exception = il.DeclareLocal(typeof(Exception)); in WrapExport()
261 … il.Emit(OpCodes.Stloc, exception); // We need this local because MSIL doesn't have an instruction in WrapExport()
264 il.Emit(OpCodes.Ldloc, exception); in WrapExport()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DTokenizer.cs94 RecoverableException exception = null; in Tokenize()
115 exception = exception ?? e; in Tokenize()
130 return new TokenizationResult(input.Length, producedTokens, exception); in Tokenize()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_LFXO_1.cs27 private void BusFault(uint exception) in BusFault() argument
35 translationCPU.RaiseException(exception); in BusFault()
DEFR32xG2_CMU_3.cs41 private void BusFault(uint exception) in BusFault() argument
49 translationCPU.RaiseException(exception); in BusFault()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DAmbiqApollo4_Security.cs63 catch(Exceptions.RecoverableException exception) in CalculateCrc32()
65 … this.Log(LogLevel.Debug, "Error when reading memory to calculate CRC32: {0}", exception.Message); in CalculateCrc32()
DMAX32650_TPU.cs41 catch(RecoverableException exception) in CalculateCrc32()
43 …og(LogLevel.Warning, "Error occured when reading memory to calculate CRC: {0}", exception.Message); in CalculateCrc32()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/
DTokenizerTests.cs213 …nizationResult(TokenizationResult result, int unmatchedCharacters, Type exception = null, params T… in AssertTokenizationResult() argument
215 if(exception != null) in AssertTokenizationResult()
217 Assert.AreEqual(result.Exception.GetType(), exception); in AssertTokenizationResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1663 private static string ExceptionToString(int exception) in ExceptionToString() argument
1665 if(Enum.IsDefined(typeof(SystemException), exception)) in ExceptionToString()
1667 return ((SystemException)exception).ToString(); in ExceptionToString()
2065 private static int MapSystemExceptionToInteger(int exception) in MapSystemExceptionToInteger() argument
2067 if(exception < BankedExcpSecureBit) in MapSystemExceptionToInteger()
2069 return exception; in MapSystemExceptionToInteger()
2071 switch(exception) in MapSystemExceptionToInteger()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs725 foreach(var exception in aggregateException.InnerExceptions) in PrintExceptionDetails()
727 PrintExceptionDetails(exception, writer, tab + 1); in PrintExceptionDetails()
/Renode-Infrastructure-v1.15.3-29f510e/licenses/
DLGPL.txt271 6. As an exception to the Sections above, you may also combine or
320 reproducing the executable from it. However, as a special exception,