X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/dce6ed02232f83b4198eb9f591122c0a7ad1a3ee..c4fe5864602982ced026178abdfe862eb2c5e1c5:/src/debugger/DWARFManager.cpp diff --git a/src/debugger/DWARFManager.cpp b/src/debugger/DWARFManager.cpp index 028b1e4..a9fcc3e 100644 --- a/src/debugger/DWARFManager.cpp +++ b/src/debugger/DWARFManager.cpp @@ -4,6 +4,7 @@ // by Jean-Paul Mari // // JPM = Jean-Paul Mari +// RG = Richard Goedeken // // WHO WHEN WHAT // --- ---------- ------------------------------------------------------------ @@ -13,6 +14,7 @@ // JPM Aug./2019 Added new functions to handle DWARF information, full filename fix // JPM Mar./2020 Fix a random crash when reading the source lines information // JPM Aug./2020 Added a source code file date check when reading DWARF information +// RG Jan./2021 Linux build fixes // // To Do