mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 09:29:26 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Borland's i386 calling convention (its value may still change) * specify the calling convention of each procedure in the DWARF info * don't add the function result twice or even thrice to the debug info, and don't add it at all to the parameter lists (even if it's a hidden parameter, gdb will automatically add it according to the ABI rules when calling the function) -> calling "register" functions/procedures works with my experimental gdb patch (methods not yet tested, and probably won't work yet) git-svn-id: trunk@12995 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |