Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn f6250b3a5a * fixed handling of both #13#10 and #10 line separators when reading from the vor 10 Jahren
  Legolas 8dd9b46d60 * Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies vor 10 Jahren
  lacak 69cbcdaa34 fcl-db: mssql: add support for varchar(MAX), varbinary(MAX) data types vor 10 Jahren
  nickysn 54dcd555d0 * switch to always using an unsigned type for CORE_ADDR vor 10 Jahren
  Károly Balogh a71fcd290b * allocate a temp addressreg instead of a temp intreg in callnode. improves code generation on m68k for these cases vor 10 Jahren
  Jonas Maebe b4033efc00 * fixed typo in comment vor 10 Jahren
  Jonas Maebe 6defd861b0 * fixed uninitialized function result in r30048 (mantis #27586) vor 10 Jahren
  nickysn de6975d001 * improvements to the libgdb.a version of Print[Formatted]Command: vor 10 Jahren
  florian e0c4e0456f * fix parallel building of linux rtl vor 10 Jahren
  marco d20491e0f0 * Patch from Mattias to mostly revert his previous patch that broke his own code. vor 10 Jahren
  Legolas 177b007eba * Fixed gba rtl: it generated corrupted executables vor 10 Jahren
  nickysn 249be70290 * show 64-bit addresses as 64-bit in the stack trace vor 10 Jahren
  nickysn fc6fef3cc1 * fixed compilation of gdbint after r30071 vor 10 Jahren
  nickysn 4794b901ae * changed the type of TFrameEntry.address from PtrInt to CORE_ADDR vor 10 Jahren
  nickysn 1e842ffb6f * TGDBMI_Value.AsPtrInt replaced with .AsCoreAddr, which returns CORE_ADDR vor 10 Jahren
  nickysn 2adee6834c * the definition of CORE_ADDR moved from gdbmiint to gdbmiwrap, because we're vor 10 Jahren
  nickysn 6be3b8cc63 * updated fpcmake's revision.inc vor 10 Jahren
  nickysn 78676b8f16 + include globdir.inc in the gdb/mi interface units, so that the TARGET_IS_64BIT vor 10 Jahren
  pierre 1d865d6422 Add SelectFrameCommand method to TGDBController in gdbcon and gdbmicon units (not yet used in ide code) vor 10 Jahren
  pierre f388103456 Replace type of address parameters or fields by CORE_ADDR for fpviews objects vor 10 Jahren
  pierre cec67ade78 Use QWORD for CORE_ADDR if TARGET_IS_64BIT macro is set vor 10 Jahren
  pierre dfb21140a2 Add TARGET_OS_64BIT macro for corresponding CPU targets vor 10 Jahren
  Károly Balogh 106056f462 m68k: more FMOVEM.X store/load size fixes vor 10 Jahren
  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 vor 10 Jahren
  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 vor 10 Jahren
  nickysn 7acc709ac0 * prepend the watch value with '= ' to keep the old way the IDE watches looked vor 10 Jahren
  nickysn 08ed7778db - removed the response parsing code for extracting the watch value from vor 10 Jahren
  nickysn 1709006ad3 * quote strings in TGDBController.PrintCommand and .PrintFormattedCommand to vor 10 Jahren
  nickysn 547e20f1a2 * just realized that AnsiStrPas is entirely unnecessary, because typecasting a vor 10 Jahren
  nickysn 9d1c9a2a6a * fixed watches under gdb/mi after r30043 vor 10 Jahren