Commit Graph

9 Commits

Author SHA1 Message Date
Brandon Schaefer
699f437910 Fix off by one error in section count for elf parsing
#jira none
#rb Ryan.Fleury
#fyi Ryan.Fleury
#preflight none

[CL 20130309 by Brandon Schaefer in ue5-main branch]
2022-05-10 17:43:18 -04:00
Josh Adams
98263b82d4 - Updated symslib for getting symbol info by name instead of location
#rb Martins.Mozeiko
#jira none
#preflight 62708a6fc740179e4a31fa1c

[CL 20019429 by Josh Adams in ue5-main branch]
2022-05-02 21:57:33 -04:00
Brandon Schaefer
dd247c1eae Add support for Linux for SymLibs
#jira UE-121567
#rb none
#fyi Martins.Mozeiko
#preflight none

[CL 19942384 by Brandon Schaefer in ue5-main branch]
2022-04-27 13:07:05 -04:00
mark lintott
ba542a3885 Copyright fix
#jira none
#rb trivial
#preflight 6266bfea7e06ec7505abbebf

[CL 19906665 by mark lintott in ue5-main branch]
2022-04-25 14:45:28 -04:00
Josh Adams
608703fbca - Updated Sysmlib that can handle > 4gb pdb files
#rb Martins.Mozeiko
#jira none
#preflight 625f1b2f5f498a37c92780b6

[CL 19817165 by Josh Adams in ue5-main branch]
2022-04-19 16:45:44 -04:00
martins mozeiko
e7361083dd Update SymsLib to latest version and minor code cleanup in SymslibResolver.
Includes fix for correctly zero-terminating stripped pdb symbol names.
Removes unneeded comparisons & useless calls when parsing or resolving symbols.

#rb Johan.Berg
#robomerge 5.0
#preflight 61b7b867841c179a331bcd05

[CL 18449263 by martins mozeiko in ue5-main branch]
2021-12-13 17:00:34 -05:00
martins mozeiko
47755b589e Update SymsLib to latest version and update SymsResolver for Insights.
Now it can resolve stripped pdb symbols, for example, which comes from Microsoft Symbol Server.
Insights will additionally use _NT_SYMBOL_PATH environment variable to lookup pdb files.

#rb Johan.Berg
#robomerge 5.0

[CL 18330470 by martins mozeiko in ue5-main branch]
2021-11-30 15:30:36 -05:00
martins mozeiko
411d35deaf Update syms library to latest version, includes dwarf5 support
#rb Ionut.Matasaru
#robomerge 5.0

[CL 17694937 by martins mozeiko in ue5-main branch]
2021-10-01 14:58:20 -04:00
Johan Berg
37e0f1d7b9 RAD symbol library
The RAD symbol library support many debug info formats such as pdb and elf variants. It also supports multithreaded debug info parsing and symbol lookups. Compiled libraries for Windows and headers.

#rb stefan.boberg

[CL 15872888 by Johan Berg in ue5-main branch]
2021-03-31 06:32:34 -04:00