From 810b521a1158c2bae7e51a2477cac9b4b8695b57 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 18 Aug 2013 17:07:07 -0400 Subject: [PATCH] Debugger -load debug names --- bin/debugger.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/debugger.cpp b/bin/debugger.cpp index 35b1f4b..3fd50fc 100644 --- a/bin/debugger.cpp +++ b/bin/debugger.cpp @@ -55,6 +55,8 @@ #include + #include + namespace { const uint32_t kGlobalSize = 0x10000; @@ -842,6 +844,14 @@ void Shell() add_history("!Andy, it still has history!"); + + Loader::Native::LoadDebugNames(envMap); + + //for (const auto &kv : envMap) + //{ + // printf("%06x: %s\n", kv.second, kv.first.c_str()); + //} + envMap = LoadTrapFile(MPW::RootDirPathForFile("Traps.text")); // start it up