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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [libdbg64g/] [services/] [exec/] [cmd/] [cmd_loadbin.h] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 sergeykhbr
/**
2
 * @file
3
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
4
 * @brief      Binary-file loader command.
5
 */
6
 
7
#ifndef __DEBUGGER_SERVICES_EXEC_CMD_LOADBIN_H__
8
#define __DEBUGGER_SERVICES_EXEC_CMD_LOADBIN_H__
9
 
10
#include "api_core.h"
11
#include "coreservices/itap.h"
12
#include "coreservices/isocinfo.h"
13
#include "coreservices/icommand.h"
14
 
15
namespace debugger {
16
 
17
class CmdLoadBin : public ICommand  {
18
 public:
19
    explicit CmdLoadBin(ITap *tap, ISocInfo *info);
20
 
21
    /** ICommand interface */
22
    virtual bool isValid(AttributeType *args);
23
    virtual void exec(AttributeType *args, AttributeType *res);
24
 
25
 private:
26
};
27
 
28
}  // namespace debugger
29
 
30
#endif  // __DEBUGGER_SERVICES_EXEC_CMD_LOADBIN_H__

powered by: WebSVN 2.1.0

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