Opened 15 years ago
Closed 15 years ago
#5792 closed defect (fixed)
cannot step by instruction in dbx/mdb inside guest => Fixed in SVN
Reported by: | Lubos Kosco | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.1.0 |
Keywords: | Cc: | ||
Guest type: | Solaris | Host type: | Solaris |
Description (last modified by )
64bit host OpenSolaris 09/06 (on x2250) + vbox 3.1.0 from extra repository happens in 64 bit guests nv129 & OpenSolaris 09/06 , NAT
I ssh through a forwarded port to the machine & I do
$ mdb /usr/bin/ls > main::bp > ::run > ::step mdb: target stopped at: main+4: pushl %esi > ::step mdb: target stopped at: main+0xc: xorl %ebx,%ebx > main::dis main: pushl %ebp main+1: movl %esp,%ebp main+3: pushl %ebx main+4: pushl %esi main+5: pushl %edi main+6: subl $0x2bc,%esp main+0xc: xorl %ebx,%ebx main+0xe: movl %ebx,0xfffffd74(%ebp)
as you can see the step command skipped more than one instruction same thing is happening for dbx
I am not sure if this is a bug of emulation or mdb/dbx, hence this bug ;)
thanks much for clearing it up for me
Change History (5)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
Description: | modified (diff) |
---|
The Wiki isn't silly but there is a help and there is a preview button.
comment:3 by , 15 years ago
Replying to frank:
The Wiki isn't silly but there is a help and there is a preview button.
;) thanks for fixing of the desc, guess I was out of time when filing it and fed up with all the wiki syntaxes around
comment:4 by , 15 years ago
Summary: | cannot step by instruction in dbx/mdb inside guest → cannot step by instruction in dbx/mdb inside guest => Fixed in SVN |
---|
This is fixed and will be available in the next release.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
hmm and I just noticed this silly wiki broke all new lines, hopefully you can decode it, if not I can repaste and somehow make the lines visible (code block?)