VirtualBox

Opened 14 years ago

Closed 14 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 Frank Mehnert)

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 Lubos Kosco, 14 years ago

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?)

comment:2 by Frank Mehnert, 14 years ago

Description: modified (diff)

The Wiki isn't silly but there is a help and there is a preview button.

in reply to:  2 comment:3 by Lubos Kosco, 14 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 Ramshankar Venkataraman, 14 years ago

Summary: cannot step by instruction in dbx/mdb inside guestcannot 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 Frank Mehnert, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use