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

@@ -16,8 +16,6 @@ namespace ui {
namespace views {
namespace cpu {
using namespace xe::debug::client::xdp;
CpuView::CpuView() : View("CPU") {}
CpuView::~CpuView() = default;
@@ -147,7 +145,7 @@ el::Element* CpuView::BuildUI() {
return &root_element_;
}
void CpuView::Setup(XdpClient* client) {
void CpuView::Setup(DebugClient* client) {
client_ = client;
system()->on_execution_state_changed.AddListener(