mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
* remove windows specific part
git-svn-id: trunk@18058 -
This commit is contained in:
parent
50dff3b38e
commit
625e1a3cc1
14
.gitattributes
vendored
14
.gitattributes
vendored
@ -1613,14 +1613,14 @@ debugger/debuggerdlg.pp svneol=native#text/pascal
|
||||
debugger/evaluatedlg.lfm svneol=native#text/plain
|
||||
debugger/evaluatedlg.lrs svneol=native#text/pascal
|
||||
debugger/evaluatedlg.pp svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/README.txt svneol=native#text/plain
|
||||
debugger/fpdebug/fpd/fpwd.lpr svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpwdcommand.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpwdglobal.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpwdloop.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpwdpeimage.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpd/fpwdtype.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpdd/fpdumpdwarf.lpr svneol=native#text/pascal
|
||||
debugger/fpdebug/fpwd/README.txt svneol=native#text/plain
|
||||
debugger/fpdebug/fpwd/fpwd.lpr svneol=native#text/pascal
|
||||
debugger/fpdebug/fpwd/fpwdcommand.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpwd/fpwdglobal.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpwd/fpwdloop.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpwd/fpwdpeimage.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/fpwd/fpwdtype.pas svneol=native#text/pascal
|
||||
debugger/fpdebug/test/asmtest.lpi svneol=native#text/plain
|
||||
debugger/fpdebug/test/asmtest.lpr svneol=native#text/pascal
|
||||
debugger/fpdebug/test/asmtestunit.lfm svneol=native#text/plain
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -159,10 +159,10 @@ debian/*.bak
|
||||
debian/units
|
||||
debugger/*.bak
|
||||
debugger/fpdebug/*.bak
|
||||
debugger/fpdebug/fpd/*.bak
|
||||
debugger/fpdebug/fpd/units
|
||||
debugger/fpdebug/fpdd/*.bak
|
||||
debugger/fpdebug/fpdd/units
|
||||
debugger/fpdebug/fpwd/*.bak
|
||||
debugger/fpdebug/fpwd/units
|
||||
debugger/fpdebug/test/*.bak
|
||||
debugger/fpdebug/test/units
|
||||
debugger/fpdebug/units
|
||||
|
@ -1,9 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
fpwd - FP standalone windows debugger
|
||||
fpd - FP standalone debugger
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
fpwd is a concept Free Pascal Windows Debugger. It is mainly used to thest
|
||||
the windebugger classes, but it may grow someday to a fully functional
|
||||
fpd is a concept Free Pascal Debugger. It is mainly used to test
|
||||
the debugger classes, but it may grow someday to a fully functional
|
||||
debugger written in pascal. I hope you enjoy it.
|
||||
|
||||
Marc Weustink
|
Loading…
Reference in New Issue
Block a user