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_loadelf.h] - Blame information for rev 3

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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