VirtualBox

Changeset 46155 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 18, 2013 12:30:13 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85855
Message:

List near, unassemble, hyper register and more tiny debugger fixes.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r45965 r46155  
    641641    { REMPARMDESC_FLAGS_INT,        sizeof(RTDBGAS),            NULL },
    642642    { REMPARMDESC_FLAGS_INT,        sizeof(PCDBGFADDRESS),      NULL },
     643    { REMPARMDESC_FLAGS_INT,        sizeof(uint32_t),           NULL },
    643644    { REMPARMDESC_FLAGS_GCPTR,      sizeof(PRTGCINTPTR),        NULL },
    644645    { REMPARMDESC_FLAGS_INT,        sizeof(PRTDBGSYMBOL),       NULL },
  • trunk/src/recompiler/VBoxRecompiler.c

    r45965 r46155  
    42104210
    42114211    int rc = DBGFR3AsSymbolByAddr(pVM->pUVM, DBGF_AS_GLOBAL, DBGFR3AddrFromFlat(pVM->pUVM, &Addr, orig_addr),
    4212                                   &off, &Sym, NULL /*phMod*/);
     4212                                  RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, &off, &Sym, NULL /*phMod*/);
    42134213    if (RT_SUCCESS(rc))
    42144214    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette