pierre
0d592e8d1a
* Try to read command line exec name on linux, using argv[0], in order to be able
...
to use the symbolic link name instead of the real executable name.
This allows to use symbolic links to gppc386, named gppc1
to be able to launch ppc1 under gdb, as it is already possible
under OpenBSD (which returns the command line name via paramstr(0),
or under Windows if <SYMLINK> is used (generated by mklink).
+ Generate errors if compiler executable is not found, or if gdb binary
is not found.
git-svn-id: trunk@47753 -
2020-12-11 11:14:33 +00:00
pierre
960a72f821
Use AnsiString and sysutils GetEnvironmentVariable function to avoid truncation of PATH to 255 chars
...
git-svn-id: trunk@31202 -
2015-07-11 13:59:06 +00:00
pierre
2b300ec2b4
Add breakpoint at Verbose.GenerateError procedure
...
git-svn-id: trunk@23399 -
2013-01-16 09:46:34 +00:00
pierre
b78e0db500
+ Also look for gdb if gdbpas is not found.
...
+ AdaptToGDB procedure to convert filenames with dirtectories
to the format GDB expects.
git-svn-id: trunk@17853 -
2011-06-28 10:12:19 +00:00
pierre
19e037dde7
* Try to improve directory handling of program
...
git-svn-id: trunk@16057 -
2010-09-28 10:21:51 +00:00
pierre
45b11561cf
+ Always try to find Compiler in same directory first
...
git-svn-id: trunk@15763 -
2010-08-10 11:37:06 +00:00
pierre
874e69bcf8
* revert wrong commits
...
git-svn-id: trunk@15762 -
2010-08-10 11:33:38 +00:00
pierre
d27278faac
* Add external linker possibility for windows x86_64 compiler
...
git-svn-id: trunk@15761 -
2010-08-10 11:28:31 +00:00
fpc
790a4fe2d3
* log and id tags removed
...
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
fpc
50778076c3
initial import
...
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
peter
e417e34496
* truncate log
2005-02-14 17:13:06 +00:00
Tomas Hajny
88419cd6b0
* compilation fixes + *w tools renamed to *
2004-02-22 14:52:59 +00:00
peter
dc66eafb0b
* merged cdecl and array fixes
2002-12-06 17:51:09 +00:00
marco
3415f28e59
* linux
2002-06-02 09:44:17 +00:00
peter
06ebac4e27
* readded missing revisions
2002-05-18 13:34:04 +00:00
michael
650fbb86aa
+ removed logs
2000-07-13 11:32:24 +00:00
pierre
f86c9ec8e8
New utils to run Makefile running the compiler through GDB
2000-05-11 11:39:19 +00:00