X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/24470541287fc534ebc8f9bb0d09208066117c49..8d705db0c293e54151f747bd6efaa977b3cab147:/docs/vj_HistoryNotes.txt?pf=clinton diff --git a/docs/vj_HistoryNotes.txt b/docs/vj_HistoryNotes.txt index a1dba82..93a7cc9 100644 --- a/docs/vj_HistoryNotes.txt +++ b/docs/vj_HistoryNotes.txt @@ -74,11 +74,19 @@ Git commit: TBD -- Used mostly to allow display the source assembled with vasm 39) Added function name support from ELF structure 40) Added the return address information in the call stack -41) Added multiple breakpoints feature and their key bindings --- For functions only +41) Added multiple breakpoints feature, and their key bindings, for functions only 42) Added timer initialisation for the SDL setup 43) Added a cartdridge view menu -- Added a window to display my own directory and his files list +44) Debugger sources code clean-up +45) Fix a crash when emulator, in non-debugger mode, opens the breakpoint UIs at launch +46) Fix crash with potential missing DWARF structure tag's type name +47) Added ELF sections check so a potential unknown section will stop, or not stop, the decoding +48) Project has switched to QT 5.12.0 library 64bits for VS 2017 +49) Added a Save Dump As... feature to save a memory zone to a file +50) The -d command line option, dedicated to the debugger, has been renamed to avoid duplication with the dsp one +-- -d has been renamed by -D because another -d was also used for the dsp command line option +51) Removed the sorting filter in the all watches window Release 3 (13th November 2017) ------------------------------ @@ -223,7 +231,7 @@ Project information 3) libelf 0.8.13 library 64bits for VS 2015/2017 4) libdwarf 1.41 library 64bits for VS 2015, cygwin64 and Msys2/MinGW64 5) QT 5.5.1 library 64bits for VS 2015 -6) QT 5.9.1 library 64bits for VS 2017 +6) QT 5.12.0 library 64bits for VS 2017 7) Zlib 1.2.8 library 64bits for VS 2015 8) Zlib 1.2.11 library 64bits for VS 2017 9) SDL 1.2.15 library 64bits for VS 2015/2017