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_symb.h] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sergeykhbr
/**
2
 * @file
3
 * @copyright  Copyright 2017 GNSS Sensor Ltd. All right reserved.
4
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
5
 * @brief      Browse symbols command.
6
 */
7
 
8
#ifndef __DEBUGGER_CMD_SYMB_H__
9
#define __DEBUGGER_CMD_SYMB_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 CmdSymb : public ICommand  {
19
public:
20
    explicit CmdSymb(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
    void applyFilter(const char *filt, AttributeType *in, AttributeType *out);
28
    bool filt_pass(const char *filt, const char *symbname);
29
};
30
 
31
}  // namespace debugger
32
 
33
#endif  // __DEBUGGER_CMD_SYMB_H__

powered by: WebSVN 2.1.0

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