Commit Graph

9 Commits

Author SHA1 Message Date
Les De Ridder 23a86f466c Add a readme 2020-07-12 19:03:01 +02:00
Les De Ridder b65dd571b3 Stop radare2 from freeing our bfd_alloc'ed buffer 2020-07-12 17:39:14 +02:00
Les De Ridder 71b82dfea9 Add missing pdb_data and bfd_target_pdb_flavour
Fixes #4
2020-07-12 17:23:49 +02:00
Les De Ridder c3184e01ce Implement PDB section loading in bfd 2020-07-12 17:06:40 +02:00
Les De Ridder dcae9fd7d7 Implement R_PDB loading in bfd
We disable symbol_file_add_separate for now so the old symbol loading
still works.
2020-07-12 14:35:26 +02:00
Les De Ridder 995f44ff35 Add PDB stubs to bfd
Most of the PDB stuff should be moved to bfd. This commit sets that up
and adds a reference to it from coffread.c.

The PDB path resolving will still be in gdb.
2020-07-11 13:00:01 +02:00
Les De Ridder e234ce54cd Save the PDB file name in CodeView info
We don't actually use this yet.
2020-06-20 14:24:53 +02:00
Les De Ridder 6c5d6eb9b0 Add MSVC demangling support 2020-06-18 15:38:56 +02:00
Les De Ridder ce75aa9c80 Import GDB 9.2 2020-06-18 10:11:10 +02:00