2013-07-04 05:33 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/debug/dbgentry.c
    + added new PRG functions:
         __dbgIsBreak( <pDbg>, <cModule>, <nLine> ) -> <nPos>
         __dbgGetBreakPoints( <pDbg> ) -> <aBreakPoints>

  * src/debug/debugger.prg
    - removed old and long time unused PRG function __dbgAltDEntry()

  * src/rtl/hbproces.c
    * changed returned status when execvp() fails, -1 should give
      maximal exit code on given platform (i.e. 255)
This commit is contained in:
Przemysław Czerpak
2013-07-04 05:33:22 +02:00
parent ab3f6109c1
commit ebcbbfd518
4 changed files with 41 additions and 22 deletions

View File

@@ -115,17 +115,6 @@
THREAD STATIC t_oDebugger
PROCEDURE __dbgAltDEntry()
/* do not activate the debugger imediatelly because the module
where AltD() was called can have no debugger info - stop
on first LINE with debugged info
*/
__dbgInvokeDebug( Set( _SET_DEBUG ) )
RETURN
/* debugger entry point */
PROCEDURE __dbgEntry( nMode, uParam1, uParam2, uParam3, uParam4, uParam5 )