Commit Graph

2261 Commits

Author SHA1 Message Date
michael
a1857ee34c + integer is 4 bytes in Delphi and objfpc mode 1999-02-06 11:10:04 +00:00
michael
48340afde3 + Some changes to clean mechanism 1999-02-06 11:09:11 +00:00
michael
cbacdd5e99 + Fixed dependencies 1999-02-06 08:52:32 +00:00
michael
42f38d32f5 - No longer needed. 1999-02-06 08:52:11 +00:00
michael
b8eada5b7e + Finally fixed loadfromstream 1999-02-06 08:21:00 +00:00
michael
a2e7fcbbd2 + Fixed Stream.ReadAnsiString 1999-02-06 07:16:48 +00:00
florian
34e51084a7 * speed/size optimization is now a radio button 1999-02-06 00:07:47 +00:00
florian
1a384965a8 * faked gdb fixed 1999-02-06 00:04:55 +00:00
florian
612c54b2f5 *** empty log message *** 1999-02-05 22:52:31 +00:00
pierre
3265869a36 Invalid_line renamed InvalidSourceLine 1999-02-05 17:21:52 +00:00
michael
1865f22466 + Fixed gluing of options 1999-02-05 16:45:47 +00:00
peter
03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use
* some fixes for tp7 compiling
1999-02-05 13:51:38 +00:00
pierre
6bb072028b * bug that caused crash for empty files 1999-02-05 13:22:43 +00:00
michael
5203ae015c + Some extra os names 1999-02-05 13:17:34 +00:00
pierre
49def4196d + new breakpoint types added 1999-02-05 13:08:41 +00:00
pierre
99b2323dfb * allow cmClose for Compilation Dialog box 1999-02-05 13:06:28 +00:00
pierre
c1118b8707 * DosShell is not virtual in app ! 1999-02-05 13:03:54 +00:00
florian
d17abfd1ad + openstring id is now supported 1999-02-05 12:51:21 +00:00
pierre
ebaa3a84ac <> debug conditionnal renamed DPMIEXCP_DEBUG 1999-02-05 12:49:25 +00:00
pierre
2d311def72 + code for FPC_TESTOBJEXT conditionnal 1999-02-05 12:26:25 +00:00
pierre
d4b1c07d9a + SourceDir that stores directories for sources that the
compiler should not know about
    Automatically asked for addition when a new file that
    needed filedialog to be found is in an unknown directory
    Stored and retrieved from INIFile
  + Breakpoints conditions added to INIFile
  * Breakpoints insterted and removed at debin and end of debug session
1999-02-05 12:11:53 +00:00
pierre
253b5b7cfd + SourceDirs added 1999-02-05 12:07:55 +00:00
pierre
7f1264e9ca + 'loose' centering for debugger 1999-02-05 12:04:56 +00:00
michael
fa91ee8dfb + Remarks by Dominik Deobald implemented 1999-02-05 11:32:40 +00:00
florian
9bcf29803e * in some cases a writeln of temp. ansistrings cause a memory leak, fixed 1999-02-05 10:56:19 +00:00
pierre
9709b802ba + linkofiles splitted inot linkofiles and linkunitfiles
because linkofiles must be stored with directory
    to enabled linking of different objects with same name
    in a different directory
1999-02-05 08:54:24 +00:00
pierre
92ce0fb888 * $L default extension from resext to objext 1999-02-05 08:51:16 +00:00
michael
3ac470a880 FileCreate must truncate the file 1999-02-04 21:43:08 +00:00
michael
1b018eafff + Fixed loadfromstream bug 1999-02-04 21:41:12 +00:00
pierre
a0d7c21ea4 * Set breakpoint only possible if source window 1999-02-04 17:56:17 +00:00
pierre
b2194c921a + several commands added 1999-02-04 17:54:22 +00:00
pierre
e4618ac6d6 + OpenOneSymbolBrowser 1999-02-04 17:53:47 +00:00
pierre
4452c5f39e * bs_invalid renamed bs_deleted 1999-02-04 17:52:38 +00:00
pierre
951303d680 * conditionnal code was wrong 1999-02-04 17:51:47 +00:00
pierre
98295eb7d0 + BrowserAtCursor started
* bug in TryToOpenFile removed
1999-02-04 17:45:23 +00:00
peter
e4f80a077b * linux fixes 1999-02-04 17:19:22 +00:00
michael
20c6d60e5a + fixed getvalue 1999-02-04 17:19:14 +00:00
peter
abbd27e3df * fixed crash with temp ansistring indexing 1999-02-04 17:16:51 +00:00
pierre
0368aeb7d1 * bug that lead to never close the redir file 1999-02-04 15:59:53 +00:00
pierre
7f85dc1fe5 * grep$$$.out was not closed 1999-02-04 15:59:08 +00:00
pierre
839493a774 * %fs is changed somewhere in debugging => use dosmemput instead of Mem array 1999-02-04 15:02:25 +00:00
michael
734889c0b6 * Fixed pos 1999-02-04 14:55:42 +00:00
pierre
6a9b21d415 + output and error redirection 1999-02-04 13:33:54 +00:00
pierre
b4b1e80dff * Several things added (I cannot commit them independently !)
+ added TBreakpoint and TBreakpointCollection
  + added cmResetDebugger,cmGrep,CmToggleBreakpoint
  + Breakpoint list in INIFile
  * Select items now also depend of SwitchMode
  * Reading of option '-g' was not possible !
  + added search for -Fu args pathes in TryToOpen
  + added code for automatic opening of FileDialog
    if source not found
1999-02-04 13:32:00 +00:00
pierre
9b3222cfbb + column info added 1999-02-04 13:16:14 +00:00
pierre
bcb0017927 + TabsPattern added 1999-02-04 13:15:40 +00:00
florian
cbfcfd4435 *** empty log message *** 1999-02-04 12:46:42 +00:00
pierre
33e7e22e1a + cmResetDebugger and cmGrep
* Avoid StatusStack overflow
1999-02-04 12:23:43 +00:00
florian
0d65d4126f * fixed indexed access of ansistrings to temp. ansistring, i.e.
c:=(s1+s2)[i], the temp is now correctly remove and the generated
    code is also fixed
1999-02-04 11:44:46 +00:00
florian
9b3fd7f5b6 + range checking for ansi- and widestrings
* made it compilable with TP
1999-02-04 10:49:39 +00:00