[Mono-bugs] [Bug 81555][Wis] Changed - [patch] repeated "list" commands don't match gdb
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 10 12:57:06 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81555
--- shadow/81555 2007-05-09 11:50:28.000000000 -0400
+++ shadow/81555.tmp.28750 2007-05-10 12:57:06.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 81555
Product: Mono: Debugger
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Wishlist
Component: cli
AssignedTo: martin at ximian.com
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: repeated "list" commands don't match gdb
+Summary: [patch] repeated "list" commands don't match gdb
mdb's list command seems to take gdb syntax, but doesn't match gdb's
behavior in many cases, particularly in keeping a cursor when running
"list" or "list -" repeatedly:
For example:
@@ -189,6 +189,11 @@
------- Additional Comments From joeshaw at novell.com 2007-05-09 11:50 -------
BTW, I would suggest matching the gdb behavior and adding a new way of
listing from the current running position, like "list ." (The lack of
a way to do this in gdb short of jumping up a stack frame and back
down has always annoyed me.)
+
+------- Additional Comments From joeshaw at novell.com 2007-05-10 12:57 -------
+I'm reopening this as a wishlist bug and attaching a patch which
+implements it. It keeps the source code state between "list"
+invocations and resets it if you run "list ."
More information about the mono-bugs
mailing list