Bug 4652 - Step over is disabled
Summary: Step over is disabled
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2007-06-15 16:02 UTC by Sami Wagiaalla
Modified: 2007-06-18 17:28 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sami Wagiaalla 2007-06-15 16:02:33 UTC
Start FryskGui
create a sessioin with a some dummy program (I use bash)
using Process->Run Process run ./frysk-core/frysk/pkglibdir/funit-stacks
The program runs and is now blocked in start but the setp and step instruction
buttons are disable.

You can only step in and if you do the program runs and the window is disabled.
Comment 1 Mike Cvet 2007-06-18 13:02:45 UTC
"Step Over" has always been disabled because libunwind on i386 requires the 
inferior process to be built with -fasynchronous-unwind-tables in order to have
 .eh_frame sections in the binary, which are used in the "step over" command.

I'm confused about the rest of the bug - the step and step-instruction buttons 
are disabled, but you stepped the process anyways and the window got stuck?
Comment 2 Mike Cvet 2007-06-18 13:16:59 UTC
is funit-stacks supposed to segmentation fault?
Comment 3 Sami Wagiaalla 2007-06-18 17:27:47 UTC
> is funit-stacks supposed to segmentation fault?
Yes

Comment 4 Sami Wagiaalla 2007-06-18 17:28:46 UTC
> I'm confused about the rest of the bug - the step and step-instruction buttons 
> are disabled, but you stepped the process anyways and the window got stuck?

I stepped in, the button ith the arrow going between the brackets