| Summary: | fstack and fhpd disagree on backtrace format | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Andrew Cagney <cagney> |
| Component: | general | Assignee: | Nurdin Premji <npremji> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2244, 2246 | ||
| Attachments: | Proposed patch for CLI to use same string that fstack uses. | ||
|
Description
Andrew Cagney
2007-01-19 23:23:08 UTC
Created attachment 1517 [details]
Proposed patch for CLI to use same string that fstack uses.
I don't know what to run to check the fhpd for backtrace format but I'm fairly
sure this will work.
The fhpd 'where' request has been there quite a while, mostly out of necessity. I tried to style it after the hpd doc. Feel free to change it for the better as far as I am concerned. Fixed. January 23, 2007 frysk-core/frysk/cli/CL * hpd/CLI.java (WhereHandler.handle): Changed to use Stackframe.toPrint method. (UpDownHandler.handle): Ditto. |