This commit is contained in:
T0b1
2023-06-15 02:25:57 +02:00
parent b393f3dd28
commit 9ab08de243
15 changed files with 1294 additions and 166 deletions

View File

@@ -84,7 +84,7 @@ namespace dbgui::frontend
bool draw(Frontend &);
void handle_data_res(const BackToFront::DataResult &result);
void handle_source_updated(Target& target, size_t id);
std::string id;
bool open;
@@ -110,7 +110,7 @@ namespace dbgui::frontend
struct SourceWindow
{
bool draw(Frontend &);
void handle_data_res(const BackToFront::DataResult &result);
void handle_source_updated(Target& target, size_t id);
std::string id;
bool open;
@@ -141,6 +141,6 @@ namespace dbgui::frontend
static Window create_bp(size_t window_id);
static Window create_source(size_t window_id);
void handle_data_res(const BackToFront::DataResult &result);
void handle_source_updated(Target& target, size_t id);
};
} // namespace dbgui::frontend