Added multiple breakpoints feature and their key bindings
[clinton/Virtual-Jaguar-Rx.git] / src / debugger /
2018-10-23 Jean-Paul MariAdded multiple breakpoints feature and their key bindings
2018-10-23 Jean-Paul MariAdded the return address information in the call stack
2018-10-23 Jean-Paul MariAdded function name support from ELF structure
2018-10-23 Jean-Paul MariSetup the code memory range in case of the DWARF struct...
2018-10-12 Jean-Paul MariAdded search paths in case of missing DWARF directories...
2018-10-09 Jean-Paul MariAdded the support for the used lines source's DWARF...
2018-10-07 Jean-Paul MariMinor cosmetic and comments modifications
2018-10-07 Jean-Paul MariImprove source code file reading to avoid additional...
2018-10-06 Jean-Paul MariAdded a sorting filter in the all watches window
2018-10-06 Jean-Paul MariCheck potential non-existent global variables found...
2018-09-25 Jean-Paul MariAdded a source code files list viewer
2018-09-23 Jean-Paul MariDWARF source code directory path clean-up
2018-09-16 Jean-Paul MariUI modifications
2018-09-16 Jean-Paul MariDebugger support improvement
2018-09-05 Jean-Paul MariAdded a Jaguar model and BIOS configuration tab
2018-09-05 Jean-Paul MariHeap allocation window uses the DRAM size limit option...
2018-09-03 Jean-Paul MariUI modifications and crash fix
2018-09-03 Jean-Paul MariPrevent source file reading issue on no-Windows system
2018-09-03 Jean-Paul MariAdded a call stack feature
2018-09-02 Jean-Paul MariDebugger sources code clean-up
2018-08-27 Jean-Paul MariCosmetic changes on UI and icons.
2018-08-23 Jean-Paul MariThe address provided in the memory window is now verifi...
2018-08-22 Jean-Paul MariLocal variables window detects now if a variable is...
2018-08-14 Jean-Paul MariFixed the typedef's name display in Local and Watch...
2018-08-14 Jean-Paul MariLocal browser window displays variables values from...
2018-08-06 Jean-Paul MariLocal browser window displays register name used for...
2018-08-05 Jean-Paul MariMerge branch 'master' of https://github.com/djipi/Virtu...
2018-08-05 Jean-Paul MariDebugger mode shares the same alpine rom path setting
2017-11-08 Jean-Paul MariAdded a Local browser window for local variables
2017-10-29 Jean-Paul MariFixed a crash when DWARF does references to missing...
2017-10-18 Jean-Paul MariFixed a crash when DWARF report a source line number...
2017-10-15 Jean-Paul MariKeep the scrollbar position in accordance of the M68K...
2017-10-09 Jean-Paul MariFixed a crash, in Release mode, when the HW labels...
2017-09-13 Jean-Paul Mari* Added a Keybindings dialog tabs.
2017-09-08 Jean-Paul MariFixed a crash when reading the DWARF information.
2017-09-07 Jean-Paul MariFixes mostly to prevent compilation errors in Linux
2017-09-06 Jean-Paul MariFirst commit