commit | a45b1e66c5da4b8f5f9c39245ad4ea4769e3420a | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Fri Oct 09 06:26:30 2020 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Fri Oct 29 05:22:12 2021 +0900 |
tree | a95413bec369ebb3917037acbdec512edc77923e | |
parent | d33637719631e02e3880761b734b54a02e41b06d [diff] |
gdb: or1k: add native linux support This patch adds support for running gdb natively on OpenRISC linux. Debugging support is provided via the linux PTRACE interface which is mostly handled by GDB genric code. This patch provides the logic of how to read and write the ptrace registers between linux and GDB. Single stepping is privided in a separate patch.