VirtualBox

Changeset 18073 in vbox


Ignore:
Timestamp:
Mar 18, 2009 5:05:00 PM (16 years ago)
Author:
vboxsync
Message:

debugger: make it a bit more working

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r17795 r18073  
    11271127VMMDECL(int) PGMPhysGCPtr2CCPtrReadOnly(PVM pVM, RTGCPTR GCPtr, void const **ppv, PPGMPAGEMAPLOCK pLock)
    11281128{
    1129     VM_ASSERT_EMT(pVM);
     1129    /* Debugger uses this API too */
     1130    //VM_ASSERT_EMT(pVM);
    11301131    RTGCPHYS GCPhys;
    11311132    int rc = PGMPhysGCPtr2GCPhys(pVM, GCPtr, &GCPhys);
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r17538 r18073  
    740740                rc = pVM->rem.s.rc;
    741741                pVM->rem.s.rc = VERR_INTERNAL_ERROR;
     742                break;
     743            case EXCP_EXECUTE_RAW:             
     744            case EXCP_EXECUTE_HWACC:
     745                /** @todo: is it correct? */
     746                rc = VINF_SUCCESS;
    742747                break;
    743748            default:
  • trunk/src/recompiler_new/cpu-exec.c

    r16455 r18073  
    262262#define DECLARE_HOST_REGS 1
    263263#include "hostregs_helper.h"
    264     int ret, interrupt_request;
     264    int ret = 0, interrupt_request;
    265265    TranslationBlock *tb;
    266266    uint8_t *tc_ptr;
Note: See TracChangeset for help on using the changeset viewer.

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