提交历史

作者 SHA1 备注 提交日期
  nickysn 1f76f52996 * use hexstr(addr) in the dwarf backtrace function, so it displays always a good 7 年之前
  nickysn 96b53c168c * use hexstr(baseaddr) to print out the pointer value, regardless of its x86 type (near/far, etc.) 7 年之前
  nickysn abe61d0daa * the 'addr' and 'baseaddr' parameters of exeinfo.GetModuleByAddr changed to 7 年之前
  nickysn 443980b7ac * moved the morphos code for exeinfo.GetModuleByAddr to a separate ifdef section 7 年之前
  nickysn 0ceb1244bf * changed the type of the first parameter ('addr') of lnfodwrf.GetLineInfo to 7 年之前
  nickysn 2c000d1e74 * processaddress's type changed to word on i8086 (ptruint changes size between 7 年之前
  marco f401410500 * quick fix for uninitialized "CodeEl" usage that trips up small test programs 7 年之前
  nickysn 2411cb3f24 * fix save/restore of base/index/pos on i8086 7 年之前
  nickysn 0ca05f042b + parse the openwatcom dwarf extension DW_LNE_SET_SEGMENT and also track segment 7 年之前
  nickysn b048da4284 + added the non-standard Open Watcom DWARF extension DW_LNE_set_segment extended 7 年之前
  nickysn 60d49d696a * fix for ReadLEB128 on 16-bit CPUs 7 年之前
  nickysn 994783db95 + introduce the TFilePos type for storing file offsets; use longint instead of 7 年之前
  svenbarth dcdb151add * prohibit static array constants inside dynamic array constants for Delphi modes 7 年之前
  svenbarth 31a9ed573c * regenerate msg* files after addition of the new message for static array constants inside dynamic array 7 年之前
  svenbarth 74ca92b5dc + add a message that will be used to complain about static array constants inside dynamic array constants for 7 年之前
  svenbarth a29a6abc55 + add support for Delphi's dynamic array constant syntax ("[...]") in Delphi modes 7 年之前
  svenbarth 08dd4e5445 + add support for dynamic array constants 7 年之前
  svenbarth 2bf5c28077 + add methods begin_dynarray_const and end_dynarray_const which can be used to emit the data of a dynamic array 7 年之前
  svenbarth e863245021 + add method get_dynarray_symofs to retrieve the platform specific offset of the dynamic array data from its 7 年之前
  svenbarth d3d9221c8d + add method get_dynarray_header_size to retrieve the size of the dynamic array meta data record 7 年之前
  svenbarth 8606293028 * assume that dynamic arrays with a negative reference count are immutable (at least regarding their metadata) 7 年之前
  nickysn c8cbb1daea * changed the sechdrofs,secstrofs and ImgOffset types to 32-bit to prevent 7 年之前
  nickysn db3c88c871 + enabled compilation of unit lnfodwrf on i8086-msdos 7 年之前
  Mattias Gaertner 763fd783e0 pastojs: typecast array to/from tjsobject 7 年之前
  nickysn 8364b1f4ca * changed the result of function Pos() to SizeInt (same type as the 'index' 7 年之前
  nickysn 0d8ba2ddfa * skip the MZ exe in order to reach the ELF32 image on i8086-msdos 7 年之前
  nickysn ccf5aaeebb + enable the ELF32 reader in unit exeinfo for i8086-msdos 7 年之前
  nickysn 537fbefb9e * add texeheader.ImgOffset to all file offsets when reading an ELF file. This 7 年之前
  nickysn 3bcd21663e * replaced nested ifdefs in unit exeinfo with a chain of {$if defined(...)} ... 7 年之前
  Mattias Gaertner 3d186b2706 pastojs: for value in externalarray do 7 年之前