Commit History

Author SHA1 Message Date
  negelef dec4397193 Fixed segmentation fault in stack traces (typenames can currently not be determined in cooperative mode due to the simplified structure of type descriptors in BaseTypes.Descriptor) 7 years ago
  negelef 8660177350 Replaced LONGINT by WORD 7 years ago
  negelef aa8277863d Renamed Runtime module to built-ins as it mainly contains built-in functions for operations which the compiler or back-end do not support natively 7 years ago
  felixf a5b527e77c Only untraced variables in reflection (otherwise assignment in unsafe memory regions can trap) 7 years ago
  negelef 582455f41c Use WORD instead of LONGINT as result type 7 years ago
  eth.negelef 0547d919d0 Renamed FoxCompiler.Mod and FoxTextCompiler.Mod to match their actual module names 7 years ago
  negelef 2e484d2f6e Added proper reflection of procedure variables 7 years ago
  felixf 9f4660486b 7 years ago
  eth.guenter c5c561ba67 avoid possible recursive trap in case of CONST parameters 8 years ago
  felixf 48ed2a8fcf Moved trace processes to Reflection module (import order!) 8 years ago
  felixf 9f5e853b6c Added stack low for variables in stack traces: references are now tested on stack or heap: trace of strings works again 9 years ago
  eth.tmartiel a8ed445049 Better report for traps on ARM. 9 years ago
  felixf 90a6fa8342 improved reflection: can deal with global vars again 9 years ago
  eth.guenter 40228e1372 display set elements > 31 in case of 64-bit binaries 9 years ago
  eth.guenter 403f513100 made GetNum() working in 64-bit mode 9 years ago
  felixf ebf23873a9 Patched some issues for 64-bit kernel (EFI, EFI-modules not yet submitted) 9 years ago
  eth.tmartiel 807dda4cc9 Fixed linking problem with constant MathArray values defined in other modules: applied same handling as for string values. 10 years ago