mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-04-01 19:51:40 +00:00
import gdb-1999-10-11 snapshot
This commit is contained in:
parent
1f776aa55e
commit
50a6e31f58
@ -420,7 +420,7 @@ handle_load_dll (PTR dummy)
|
||||
|
||||
printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name);
|
||||
section_addrs.text_addr = (int) event->lpBaseOfDll + 0x1000;
|
||||
symbol_file_add (dll_name, 0, §ion_addrs, 0, 0, 0, 1);
|
||||
symbol_file_add (dll_name, 0, §ion_addrs, 0, OBJF_SHARED);
|
||||
printf_unfiltered ("\n");
|
||||
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user