core: Fix libdwarf and Qt build failure
[clinton/Virtual-Jaguar-Rx.git] / src / jaguar.cpp
2021-05-27 Jean-Paul MariMerge branch 'develop' master origin/HEAD origin/master v2.1.3-R5
2021-04-18 Jean-Paul MariFix potential freeze in debugger mode
2021-04-16 Jean-Paul MariImprove the DWARF source line number reporting
2021-04-16 Jean-Paul MariFix M68K cycles counting
2021-04-04 Jean-Paul MariHandle number of M68K cycles used when tracing in debug...
2021-03-01 Jean-Paul MariUpdated the M68K exception catch
2021-01-08 Jean-Paul MariPotential fix to compile on Linux
2020-08-20 Jean-Paul MariAdd the source level tracing
2020-08-20 Jean-Paul MariMerge branch 'feature/sourcetracing' into develop
2020-08-18 Jean-Paul MariProject has switched to libdwarf 20200114
2019-10-02 Jean-Paul MariFix potential emulator freeze after an exception has...
2019-10-02 Jean-Paul MariAdded a specific breakpoint for the M68K Unimplemented...
2019-08-20 Jean-Paul MariAdded a specific breakpoint for the M68K address error...
2019-08-17 Jean-Paul MariMerge branch 'develop' of https://github.com/djipi...
2019-08-17 Jean-Paul MariAdded a specific breakpoint for the M68K illegal instru...
2019-08-16 Jean-Paul MariMerge pull request #18 from djipi/release/R4
2019-08-16 Jean-Paul MariMerge pull request #17 from djipi/release/R4
2019-08-15 Jean-Paul MariFix specific breakpoint for ROM cartridge or unknown... v2.1.3-R4a
2018-10-23 Jean-Paul MariAdded multiple breakpoints feature and their key bindings
2018-09-08 Jean-Paul MariJaguar model and BIOS configuration integration
2018-08-30 Jean-Paul MariBreakpoint will happen in case of writing at unknown...
2018-08-20 Jean-Paul MariROM cartridge writing detection
2017-09-06 Jean-Paul MariFirst commit