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:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user