Simplifying debug stuff, as I'm not going to bother with gdb.

This commit is contained in:
Ben Vanik
2015-08-04 18:39:51 -07:00
parent ec326119cf
commit 0a8d6eec91
30 changed files with 115 additions and 1567 deletions

View File

@@ -28,7 +28,7 @@ class CpuView : public View {
el::Element* BuildUI() override;
void Setup(xe::debug::client::xdp::XdpClient* client) override;
void Setup(xe::debug::DebugClient* client) override;
protected:
void UpdateElementState();