VirtualBox

Ignore:
Timestamp:
Jan 19, 2011 2:58:26 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69533
Message:

Debugger Console: Clean up, split the command evaluation code out of DBGConsole.cpp and into DBGCEval.cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCCmdHlp.cpp

    r35627 r35628  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2222#include <VBox/dbg.h>
    2323#include <VBox/vmm/dbgf.h>
    24 #include <VBox/vmm/vm.h>
    25 #include <VBox/vmm/vmm.h>
    26 #include <VBox/vmm/mm.h>
    2724#include <VBox/vmm/pgm.h>
    28 #include <VBox/vmm/selm.h>
    29 #include <VBox/dis.h>
    3025#include <VBox/param.h>
    3126#include <VBox/err.h>
    3227#include <VBox/log.h>
    3328
    34 #include <iprt/alloc.h>
    35 #include <iprt/alloca.h>
    36 #include <iprt/string.h>
    3729#include <iprt/assert.h>
    3830#include <iprt/ctype.h>
     31#include <iprt/mem.h>
     32#include <iprt/string.h>
    3933
    4034#include "DBGCInternal.h"
     
    655649     */
    656650    pDbgc->pszScratch = pDbgc->pszScratch + cb + 1;
    657     int rc = dbgcProcessCommand(pDbgc, pszScratch, cb, false /* fNoExecute */);
     651    int rc = dbgcEvalCommand(pDbgc, pszScratch, cb, false /* fNoExecute */);
    658652
    659653    /* Restore the scratch state. */
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