Michael VAN CANNEYT
|
ccfa38c68e
* Dotted RTL compiles
|
2 年 前 |
Michael VAN CANNEYT
|
b5dd1f9beb
* Fix windows compilation
|
2 年 前 |
Michaël Van Canneyt
|
8af6fdefa8
* Better length check
|
2 年 前 |
Michaël Van Canneyt
|
0be4498284
* Add length check
|
2 年 前 |
Michaël Van Canneyt
|
33dba31536
* Add overload to fix issue 40931 in lazarus
|
2 年 前 |
Michaël Van Canneyt
|
f36ec0ed7f
* Fix non-unix compilation
|
2 年 前 |
Michael VAN CANNEYT
|
2339db3b00
* Fix compilation
|
2 年 前 |
Michael VAN CANNEYT
|
d2d3fe6bc3
* Char -> AnsiChar
|
2 年 前 |
florian
|
396a030fc2
+ debugging statement
|
3 年 前 |
Jonas Maebe
|
0eb9dd3879
* Darwin support for printing line info for backtraces when using Dwarf,
|
4 年 前 |
yury
|
4ade471488
* GetModuleByAddr: Prevent returning a name of the current executable for invalid addresses such as pointer(-1) on Windows.
|
5 年 前 |
Károly Balogh
|
c85f7cfc26
aros/amigaos4: enabled ELF32/64 and GetModuleAddr() in exeinfo, based on the MorphOS versionexeinfo.pp
|
6 年 前 |
Károly Balogh
|
b2dafed7c5
haiku: drop the old OpenElf32Beos function, and have a platform specific GetModuleByAddr, this fixes lineinfo on stacktraces (both i386-stabs and x86_64-dwarf2)
|
6 年 前 |
nickysn
|
a598e17c8a
* fix loading of i8086-msdos ELF when the MZ binary in front of it exceeds 64kb
|
7 年 前 |
nickysn
|
2955ee2dc4
+ i8086-msdos implementation of exeinfo.GetModuleByAddr
|
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
|
2c000d1e74
* processaddress's type changed to word on i8086 (ptruint changes size between
|
7 年 前 |
nickysn
|
c8cbb1daea
* changed the sechdrofs,secstrofs and ImgOffset types to 32-bit to prevent
|
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 年 前 |
Károly Balogh
|
4002833001
morphos: also enable the elf32 loader in exeinfo for morphos
|
8 年 前 |
Károly Balogh
|
ac19b0eae6
morphos: enabling lineinfo unit
|
8 年 前 |
svenbarth
|
00e9289f58
* envp is part of sysunixh, so no need to manually import it using an external
|
8 年 前 |
michael
|
011a88b1fe
* Remove mode objfpc (bug ID 31629)
|
8 年 前 |
pierre
|
dcd349abd9
Use DEBUG_LINEINFO instead of DEBUG in exeinfo unit source
|
9 年 前 |
pierre
|
1612138071
Use $checkpointer off to avoid calls to CheckPointer function if -gc option is used
|
9 年 前 |
pierre
|
57f2df1f62
* Remove sysutils in _USES clause, to avoid exception handling importation,
|
9 年 前 |