Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2022-08-29Avoid archiving single objectskcgen
2022-08-06Standardize Meson formatting with muon fmtkcgen
2022-08-02Check if the debugger UI was created before endingkcgen
2022-07-30Use int instead of charKirk
2022-07-30Simplify breakpoint loops using range-based syntaxkcgen
2022-07-30Focus the graphics window when debugging endskcgen
2022-07-30Initialize the debugger's static and global variableskcgen
2022-07-30Lazy-init the debugger's UI windowkcgen
2022-07-28Provide Iir1 via Meson wrap and vcpkgkcgen
2022-06-14De-Bitu LazyFlags and PageHandler (#1721)Kirk Klobe
2022-05-09Rename PROGRAMS_Main & ProgramStart to reflect behaviourshermp
2022-05-09Refactor _ProgramStart funcs to template functionshermp
2022-05-03Apply clang-format to debugger changesKirk
2022-05-01Integrate modified PDCurses for debuggerKirk
2022-04-15Only use the debugger window after creationkcgen
2022-04-15Set initial values for debugger struct memberskcgen
2022-04-14Mass replace int types with cstdint typesWengier
2021-12-30Add the ghc::filesystem to the build systemkcgen
2021-12-12Fix incorrect debugger format specifiersshermp
2021-11-17Merge 'svn/trunk' r4470kcgen
2021-11-17Correct disassembly of some FPU instructions.ripsaw8080
2021-11-05Make debugger printf formatter match typekcgen
2021-11-05Adjust debug print formatters for uint32_t flagskcgen
2021-10-27Inform the user if an executable failed to open during debugkcgen
2021-10-22Revert use of safe_sprintf in the debugger logllm
2021-10-22Add DBXDEBUG.COM as an alternative debuggerkcgen
2021-10-22Make more snprintf calls safekcgen
2021-10-04Avoid using libloguru as project includePatryk Obara
2021-10-04Update entire system for C++17 supportKirk
2021-09-24Rollback two incorrect uses of safe_stren for Heavy Debugllm
2021-09-18Use safe string-length when possible in debug sourceskcgen
2021-09-16Use \033 instead of \e to comply with ISO-standardskcgen
2021-09-16Cleanup fallthrough, printf, and unused variable level-3 warningskcgen
2021-09-14Cleanup extraneous formatting in the debug modulekcgen
2021-08-12Merge 'svn/trunk' r4465Patryk Obara
2021-08-12Disable resizing of debug window on Windows platform; prevents the debug disp...ripsaw8080
2021-08-07Revert "Process SDL's event queue prior to each host video frame"kcgen
2021-06-08convert SDL to STL functions for GetTicks and DelayKirk
2021-06-04Do small cleanup in CheckBreakpoint methodPatryk Obara
2021-06-04Adjust BP debugger command to work in real moderipsaw8080
2021-05-31Process SDL's event queue prior to each host video framekcgen
2021-05-30Finalize all dangling child classeskcgen
2021-05-30Additive to r4344, use rawch() variant with pdcursesripsaw8080
2021-05-14Additive to r4344, use rawch() variant with pdcurses, but don't try to displa...ripsaw8080
2021-03-22Fix extra-semi warnings in DEBUG commandPatryk Obara
2021-02-23Remove spurious semi-colonsPatryk Obara
2021-02-21Remove Autotools-based buildsystemPatryk Obara
2021-02-16Merge branch 'master' into mesonPatryk Obara
2021-02-16Merge 'svn/trunk' r4441Patryk Obara
2021-02-11Start moving the running of instructions out of the check keys loop so it can...Peter Veenstra