Historial de Commits

Autor SHA1 Mensaje Fecha
  nickysn 1e28790e99 * fpc_PushExceptAddr's parameter Ft changed from LongInt to SmallInt on 16-bit CPUs for better efficiency hace 12 años
  nickysn 252903175c * TExceptAddr.frametype changed to SmallInt on 16-bit CPUs, since the compiler allocates 3*sizeof(pint) for the whole structure (and using longints on 16-bit CPUs is wasteful anyway) hace 12 años
  florian 92565c80ba * make exception variables threadvars or not depending on threading support hace 12 años
  pierre 6eccf88499 call halt(217) if get_caller_XX function generates an exception hace 13 años
  pierre 305a275746 Protect with try/except blocks call to get_caller_XXX functions to avoid troubles if stack is invalid hace 13 años
  pierre bc1ecc2e94 Use two parameter versions of get_caller_frame and get_caller_addr to get correct results for MIPS hace 13 años
  sergei cbad0abab5 + Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH. hace 13 años
  sergei ebe1d74d6e * Moved multiple similar checks for FPC_HAS_FEATURE_EXITCODE and FPC_LIMITED_EXITCODE to Halt() procedure. Now these checks appear only once. hace 14 años
  sergei 56900b4754 * RTL: clean up exception handling code (functionality is not changed). hace 14 años
  sergei a32fdc3ae6 + Added a simple helper tcg.g_call, intended to replace allocallcpuregisters+a_call_name+deallocallcpuregisters sequence which is used all over the place. hace 14 años
  sergei fa4b78363c + Handle safecall exceptions with a dedicated compilerproc, simplifies compiler part and reduces generated code size. hace 14 años
  paul fcaac0ebe1 compiler,rtl - safecall handling: hace 15 años
  paul bfb7d91b74 rtl: fix typos hace 15 años
  yury e475735c43 * ifdefed fatal error messages in exception handling to be available only if debugging is needed. hace 18 años
  yury 99ea98c7b1 * Workaround dead code warnings by using preprocessor. hace 18 años
  yury 3ab20922d6 * Optimization for code size. It saves 1.5KB for ARM and 0.5KB for i386. hace 19 años
  Jonas Maebe 865a4573cf * exit with exitcode 217 instead of some random OS result hace 19 años
  yury df6fec5301 * removed runtime error on unhandled exception when SysUtils is used. hace 19 años
  florian 0089de9428 * improved exception handling code hace 19 años
  florian 9e5a2f9522 * From Yury Sidorov: hace 20 años
  florian 25b79e9db3 * patch from Yury Sidorov to make simply exception handling without sysutils possible hace 20 años
  peter 58cdeb8184 * give runerror 231 if exceptobjectstack=nil hace 20 años
  michael 5cafc069b5 + Removed NOSAVEREGISTERS define hace 20 años
  michael 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines hace 20 años
  michael 93ba0409be + Removed HASCOMPILERPROC define hace 20 años
  michael 5d02b2c6cc Removed HAS_ADDR_STACK_ON_STACK define hace 20 años
  peter 4ace790492 * remove $Log hace 20 años
  peter 87fe5d9b98 * limit backtraces to values inside the stack, patch by Vincent Snijders hace 20 años
  fpc 790a4fe2d3 * log and id tags removed hace 20 años
  fpc 50778076c3 initial import hace 20 años