Summary: | <<(fhpd list>> mark where breakpoints are inserted | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2246, 5421, 5495 |
Description
Andrew Cagney
2007-11-27 19:46:03 UTC
Meeting 2007-12-12 included discussion over possible characters to mark: - current line - breakpoint - executable statement there was consensus on one "->" vis: ->1234 current_line(); as a way to denote the current line. From there several suggestions were made vis: *1234 a_breakpoint(); >1234 a_breakpoint(); b1234 a_breakpoint(); and: |1235 an_executable_statement(); *1234 an_executable_statement(); >1236 an_executable_statement(); |