~pcsx2-team/pcsx2-github-mirror/+git/debugbreak:master

Last commit made on 2021-07-02
Get this branch:
git clone -b master https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/debugbreak

Branch merges

Branch information

Recent commits

5dcbe41... by Scott Tsai

Use __builtin_debuggrap on Apple AARCH64 (#21)

56b6b8f... by Scott Tsai

Support RISC-V

fe313ac... by Scott Tsai

Remove __gnu_inline function attribute

Fixes #18

25c15dd... by Nikita Kolotov <email address hidden>

Fixed include guard.

5d62081... by Scott Tsai

README.md: link to GCC Bugzilla 84595

0e502d3... by Scott Tsai <email address hidden>

README.md: minor edits

2ba11b7... by Scott Tsai <email address hidden>

HOw-TO-USE-DEBUGBREAK-GDB-PY.md: show result of
debugbreak-{step,continue}

8b4a755... by Scott Tsai <email address hidden>

debugbreak.h: avoid including "signal.h" when not needed

ea7e18f... by Scott Tsai <email address hidden>

Add HOW-TO-USE-DEBUGBREAK-GDB-PY.md

README.md: document POWER architecture support

cf982fa... by Scott Tsai <email address hidden>

debugbreak-gdb.py: fix debugbreak-continue from non-breakpoint
instruciton

Includes Python 3 byte/str fix