1 GB_debugger_load_symbol_file
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

Definition

void GB_debugger_load_symbol_file(GB_gameboy_t *gb, const char *path);

In debugger.h

Description

TBD

Thread Safety

GB_debugger_load_symbol_file is thread-safe and can be called from any thread and context.