Historique des commits

Auteur SHA1 Message Date
  Károly Balogh 106056f462 m68k: more FMOVEM.X store/load size fixes il y a 10 ans
  Károly Balogh acaf382ea0 m68k: FMOVEM.X stores/loads each reg as 12 bytes (96 bits) not 10 bytes (80 bits), see 68k PRM, page 5-86 il y a 10 ans
  Károly Balogh 7758ad9313 m68k: clear the FPU Control Register at program start. This fixes some testcode randomly failing on AmigaOS, where the FPCR state is inherited from the parent task. Also added the FPCR layout and rounding modes info, based on the Motorola 68k PRMm68k.inc il y a 10 ans
  nickysn 7acc709ac0 * prepend the watch value with '= ' to keep the old way the IDE watches looked il y a 10 ans
  nickysn 08ed7778db - removed the response parsing code for extracting the watch value from il y a 10 ans
  nickysn 1709006ad3 * quote strings in TGDBController.PrintCommand and .PrintFormattedCommand to il y a 10 ans
  nickysn 547e20f1a2 * just realized that AnsiStrPas is entirely unnecessary, because typecasting a il y a 10 ans
  nickysn 9d1c9a2a6a * fixed watches under gdb/mi after r30043 il y a 10 ans
  nickysn 00e3c906ef * fixed AnsiStrPas il y a 10 ans
  nickysn 7859afccc4 * TGDBController.InternalGetValue made private to protect from accidental use il y a 10 ans
  nickysn 67a66f104d * converted the result of TGDBController.PrintCommand from pchar to ansistring: il y a 10 ans
  nickysn 1e692a2d2e * use -data-evaluate-expression instead of -var-evaluate-expression in the il y a 10 ans
  Jonas Maebe 6dd2fe0320 * converted widestr.charlength() to use system.Utf8CodePointLen() il y a 10 ans
  Jonas Maebe 60dbce940a * converted readstr/writestr to use system.Utf8CodePointLen() il y a 10 ans
  Jonas Maebe 9da8a2304a * converted matching UTF-8 filenames in findfirst/findnext to use il y a 10 ans
  Jonas Maebe ff020a3be4 + "Utf8CodePointLen(pansichar,MaxLookAhead,IncludeCombiningDiacriticalMarks): il y a 10 ans
  pierre caa77e1f8d Add TGDBController.SetCommand method and use it il y a 10 ans
  Károly Balogh 5f66d63335 m68k: disabled comment generation il y a 10 ans
  Károly Balogh 997ec578e0 m68k: added a simple unaryminusnode which can utilize FNEG instruction for floats on 68881 il y a 10 ans
  pierre 36086cc183 ide/gdbmiint.pas: Add init_count field, il y a 10 ans
  Tomas Hajny 9f9ab082da * fix typo (space instead of underscore resulting in broken help display) il y a 10 ans
  Tomas Hajny 2be0cc8aae * avoid crashes when displaying help with an unsupported system codepage il y a 10 ans
  Tomas Hajny dbbce18f56 * fix determination of help line length with codepage set to UTF-8 (the string conversion routine in widestr.pas doesn't work for UTF-8 :-((( ) il y a 10 ans
  florian f0cf88533e * applying const_align when generating structures accessed by the rtl is not a good idea because their il y a 10 ans
  florian 99635658ec * corrects change flags for VSQRTSD il y a 10 ans
  Jonas Maebe dd2aa17de1 * also allow 64 bit platforms have have a 32x32->64 bit multiplication to il y a 10 ans
  Jonas Maebe b821e31442 * force constants into a registers in the 32x32->64 optimized case il y a 10 ans
  Jonas Maebe 86bde57b0f * do not switch around node subtrees if they have different resultdefs, e.g. il y a 10 ans
  Jonas Maebe ada5060a34 * set pi_do_call for AArch64 mod/div nodes, as they call FPC_DIVBYZERO il y a 10 ans
  Jonas Maebe 33b1732ca2 * avoid unnecessary sign/zero-extensions in genlinearlist() when generating il y a 10 ans