KEK/breakpoint_parser.h
folkert van heusden 601c21d802
breakpoints
2024-04-16 10:52:12 +02:00

8 lines
191 B
C++

#include <optional>
#include <string>
#include "breakpoint.h"
#include "bus.h"
std::pair<breakpoint *, std::optional<std::string> > parse_breakpoint(bus *const b, const std::string & in);