Bug 5251 - on breakpoint hit, report more information
Summary: on breakpoint hit, report more information
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: 5254
Blocks: 2246 5292
  Show dependency treegraph
 
Reported: 2007-11-02 15:35 UTC by Andrew Cagney
Modified: 2007-11-02 15:35 UTC (History)
0 users

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 Andrew Cagney 2007-11-02 15:35:19 UTC
For instance, instead of:

$ ./bindir/fhpd ./pkglibdir/hpd-c
Attached to process 10938
(fhpd) b main
Error: Unknown command: b
(fhpd) break main
breakpoint 0
(fhpd) go
(fhpd) Breakpoint 0 main

report something like:

fhpd) go
(fhpd)
Breakpoint 0 main at <file>#<line> 0xdeadbeeef
23     the line
(fhpd)

giving more context.