aboutsummaryrefslogtreecommitdiff
path: root/lang/m3gdb/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on 5.x. The 80387 status word from the last exceptionJohn Polstra2004-11-031-1/+1
| | | | | | | | is no longer saved. It seems to be optional to pass this to print_387_status(), so just pass 0 instead for now. Notes: svn path=/head/; revision=120682
* - unbreak this port on 5.xYen-Ming Lee2004-09-215-11/+121
| | | | | | | | | | | - utilize PORTNAME and PORTVERSION PR: 71839 Submitted by: leeym Approved by: portmgr (marcus), jdp (maintainer) Notes: svn path=/head/; revision=118312
* Partially fix build on -current (remove duplicate declarations fromKris Kennaway2002-10-212-0/+42
| | | | | | | system headers). This is still broken by KSE changes. Notes: svn path=/head/; revision=68453
* Make this port compile again, and remove the BROKEN annotation.John Polstra2002-05-241-1/+58
| | | | Notes: svn path=/head/; revision=59856
* Add a last-minute fix to a pathname which I unfortunately left outJohn Polstra1999-09-101-1/+1
| | | | | | | of the previous commit. Notes: svn path=/head/; revision=21527
* Make this port build again under both 3.x-stable and 4.x-current.John Polstra1999-09-083-2/+28
| | | | | | | | | | | | | | It used to depend on a bunch of files from the FreeBSD source tree. But the import of gdb-4.18 and the restructuring connected with that broke the port. I have created a second distfile containing the needed files, and this port now gets them from there. Also mark this port broken for everything except i386/elf. I don't have time to fix the other platforms before the 3.3-RELEASE ports freeze. Notes: svn path=/head/; revision=21422
* Fix the "switch" command so that one can switch between threads fromJohn Polstra1999-03-152-0/+40
| | | | | | | the debugger. Notes: svn path=/head/; revision=17237
* Import the "m3gdb" port. It is a modified version of gdb-4.17 whichJohn Polstra1999-03-012-0/+150
supports debugging Modula-3 programs. Submitted by: Olaf Wagner <wagner@luthien.in-berlin.de> Notes: svn path=/head/; revision=16957