Menu

#2026 source code bug..

closed-fixed
Debugger (15)
5
2013-05-25
2012-05-31
feqin fan
No

In the source code file sdcc/debugger/mcs51/cmd.c in the fuction(Next line)
static int commonSetUserBp(char *s, context *cctxt, char bpType);
And in line 1081 if (!applyToSet (functions, funcWithName, "main"))
If this line execute, the stack will be screw up, because the function applyToSet only has 3 arguments.

Discussion

  • Borut Ražem

    Borut Ražem - 2012-05-31

    Fixed in svn revision #7834.

    Borut

     
  • Borut Ražem

    Borut Ražem - 2012-05-31
    • milestone: --> fixed
    • assigned_to: nobody --> borutr
    • status: open --> closed-fixed
     

Log in to post a comment.