Annotation of nono/debugger/debugger_defs.h, revision 1.1.1.3

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2022 nono project
                      4: // Licensed under nono-license.txt
                      5: //
                      6: 
                      7: //
                      8: // デバッガ (定義とか)
                      9: //
                     10: 
                     11: #pragma once
                     12: 
1.1.1.3 ! root       13: #include "nono.h"
1.1       root       14: #include <vector>
                     15: 
                     16: class Debugger;
                     17: class DebuggerMD;
                     18: class DebuggerMemoryStream;
                     19: 
                     20: using ConstStringPair = std::pair<const std::string, const std::string>;
                     21: using HelpMessages = std::vector<ConstStringPair>;
                     22: 
                     23: enum class CPUArch
                     24: {
                     25:        M680x0,
                     26:        M88xx0,
                     27:        HD64180,
                     28: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.