View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000024 | mercury | Bug | public | 2007-10-31 15:56 | 2007-10-31 17:45 | ||||
Reporter | pbone | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000024: Debugger commands inconsistant with help message. | ||||||||
Description | During a debugging session the "help forwards" information message describes a command called "fail" which dosn't appear to be supported. I don't know if it's supposed to work or not. | ||||||||
Additional Information | mdb> help forward forward - Commands that move execution forward. The forward commands are `step', `goto', `next', `finish', `fail', `exception', `return', `user, `forward', `mindepth', `maxdepth' and `continue'. mdb> fail Unknown command `fail'. Give the command `help' for help. The command 'help fail' returns the main help page. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2007-10-31 16:31 |
It's not mentioned in the user's guide but there is code to implement it in the trace library, in trace/mercury_trace_cmd_forward.[ch], although the code to enable that command in trace/mercury_trace_internal.c has been omitted. It's easy to fix, either enable it properly or delete it. It's just a question of which one. |
juliensf (administrator) 2007-10-31 16:58 |
zs said it should exist. I'll post a fix for this problem shortly. |
juliensf (administrator) 2007-10-31 17:45 |
The current implementation of the `fail' command is buggy which is why some of the documentation was already commented out. I've removed the rest of the user visible documentation, i.e. the reference to it from mdb's help message. I've added to fail to mdb's internal table of commands, so that developers can use it if they wish. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-10-31 15:56 | pbone | New Issue | |
2007-10-31 16:31 | juliensf | Note Added: 0000042 | |
2007-10-31 16:31 | juliensf | Status | new => feedback |
2007-10-31 16:58 | juliensf | Status | feedback => assigned |
2007-10-31 16:58 | juliensf | Assigned To | => juliensf |
2007-10-31 16:58 | juliensf | Note Added: 0000043 | |
2007-10-31 17:45 | juliensf | Status | assigned => resolved |
2007-10-31 17:45 | juliensf | Resolution | open => fixed |
2007-10-31 17:45 | juliensf | Note Added: 0000044 |