summaryrefslogtreecommitdiff
path: root/rtl/inc/exeinfo.pp
Commit message (Expand)AuthorAgeFilesLines
* * Darwin support for printing line info for backtraces when using Dwarf,jonas2021-04-081-62/+363
* * GetModuleByAddr: Prevent returning a name of the current executable for inv...yury2019-11-021-3/+6
* aros/amigaos4: enabled ELF32/64 and GetModuleAddr() in exeinfo, based on the ...karoly2019-01-281-3/+7
* haiku: drop the old OpenElf32Beos function, and have a platform specific GetM...karoly2019-01-111-77/+44
* * fix loading of i8086-msdos ELF when the MZ binary in front of it exceeds 64kbnickysn2018-05-201-1/+1
* + i8086-msdos implementation of exeinfo.GetModuleByAddrnickysn2018-05-201-0/+8
* * the 'addr' and 'baseaddr' parameters of exeinfo.GetModuleByAddr changed tonickysn2018-05-201-0/+8
* * moved the morphos code for exeinfo.GetModuleByAddr to a separate ifdef sectionnickysn2018-05-201-5/+11
* * processaddress's type changed to word on i8086 (ptruint changes size betweennickysn2018-05-201-1/+9
* * changed the sechdrofs,secstrofs and ImgOffset types to 32-bit to preventnickysn2018-05-201-2/+2
* * skip the MZ exe in order to reach the ELF32 image on i8086-msdosnickysn2018-05-201-1/+23
* + enable the ELF32 reader in unit exeinfo for i8086-msdosnickysn2018-05-201-0/+4
* * add texeheader.ImgOffset to all file offsets when reading an ELF file. Thisnickysn2018-05-201-7/+8
* * replaced nested ifdefs in unit exeinfo with a chain of {$if defined(...)} ...nickysn2018-05-191-6/+4
* morphos: also enable the elf32 loader in exeinfo for morphoskaroly2017-07-281-0/+4
* morphos: enabling lineinfo unitkaroly2017-07-271-0/+8
* * envp is part of sysunixh, so no need to manually import it using an externalsvenbarth2017-07-081-6/+0
* * Remove mode objfpc (bug ID 31629)michael2017-04-221-2/+0
* Use DEBUG_LINEINFO instead of DEBUG in exeinfo unit sourcepierre2016-09-131-7/+7
* Use $checkpointer off to avoid calls to CheckPointer function if -gc option ...pierre2016-08-281-0/+6
* * Remove sysutils in _USES clause, to avoid exception handling importation,pierre2016-04-271-5/+19
* Fix phdr pointer increment and use envp variable from system unit for Solari...pierre2016-01-271-2/+5
* Add code to find base address in unix ELF aux vector above enviroment in sta...pierre2016-01-261-1/+106
* * Return a real base address for ELF executables by GetModuleByAddr() instead...yury2015-10-131-0/+37
* * respect feature definesflorian2015-03-291-6/+10
* * first dragonfly patch (existing most). Mantis #27091marco2014-12-071-1/+1
* * assume unicode in case of FPC_OS_UNICODE instead of only for WinCEjonas2013-06-241-6/+6
* * Sync with trunk r23404.yury2013-01-161-0/+10
|\
| * * Fetch PECOFF section sizes correctly (not including zero padding), resolves...sergei2012-10-301-0/+10
* | * Oops, wrong commit r23235. Reverted. Now correct: Fixed lineinfo for Android.yury2012-12-281-1/+1
|/
* * Also enable ELF32 or ELF64 for OpenBSD OSpierre2012-04-231-1/+1
* * fix buggy stabs offset calculationhajny2012-01-211-10/+24
* * Fix lineinfo problems for BeOS/Haikupierre2011-12-051-7/+15
* updated for netware targetarmin2011-03-271-71/+72
* * fixed potential buffer overflow errors (reported by Stian Skjelstad,jonas2010-11-141-2/+2
* * don't crash when reading a Macho-O binary with an unanticipatedjonas2010-09-161-0/+4
* * exeinfo: Return executable image base and current module base address on Wi...yury2009-05-151-9/+11
* o patch by Sergej Gorelkin: florian2009-02-261-0/+2
* * WinCE compilation fixedflorian2008-05-231-2/+9
* * baseaddr must be nil on windowsflorian2008-05-211-1/+0
* + proper handling of lineinfo retrival for dyn. libs in unixflorian2008-05-181-14/+7
* * handle lineinfo in dlls correctly, resolves #4171 and #10797 for windowsflorian2008-05-181-1/+53
* * use the provided constant instead of hardcoded valuehajny2008-04-221-1/+1
* * Fixed warning.yury2008-04-191-1/+1
* * fix broken offsets and improve reliability on GO32v2, mostly based on inp...hajny2008-04-171-5/+23
* * fixed FindSectionMachO32PPC() return valuejonas2008-02-081-2/+4
* * set FunctionRelative to false for Mach-O so -gl works againjonas2008-02-041-0/+1
* * remove objpas dependency, patch by Giuliopeter2008-02-021-44/+47
* * AllowDirectorySeparators and AllowDriveSeparators typed constantspeter2008-01-291-1/+1
* * go32v2 fixedpeter2008-01-231-235/+163