OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [common/] [coreservices/] [icmdexec.h] - Diff between revs 3 and 4

Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 3... Line 3...
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @brief      Command executer's interface.
 * @brief      Command executer's interface.
 */
 */
 
 
#ifndef __DEBUGGER_ICMDEXEC_H__
#ifndef __DEBUGGER_COMMON_CODESERVICES_ICMDEXEC_H__
#define __DEBUGGER_ICMDEXEC_H__
#define __DEBUGGER_COMMON_CODESERVICES_ICMDEXEC_H__
 
 
#include "iface.h"
#include <iface.h>
#include "attribute.h"
#include <attribute.h>
#include "icommand.h"
#include "icommand.h"
 
 
namespace debugger {
namespace debugger {
 
 
static const char *IFACE_CMD_EXECUTOR = "ICmdExecutor";
static const char *IFACE_CMD_EXECUTOR = "ICmdExecutor";
Line 31... Line 31...
    virtual void commands(const char *substr, AttributeType *res) =0;
    virtual void commands(const char *substr, AttributeType *res) =0;
};
};
 
 
}  // namespace debugger
}  // namespace debugger
 
 
#endif  // __DEBUGGER_ICMDEXEC_H__
#endif  // __DEBUGGER_COMMON_CODESERVICES_ICMDEXEC_H__
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.