mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
Debugger -load debug names
This commit is contained in:
parent
10bed9a239
commit
810b521a11
@ -55,6 +55,8 @@
|
||||
|
||||
#include <mpw/mpw.h>
|
||||
|
||||
#include <toolbox/loader.h>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user